To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 焄ツ昞サ | 1111101101010100110000101111101011010011111100001000111110111011 | fb54c2fad3f08fbb |
EUC-JP | 焄ツ昞?サ | 1000111111001001111000111000111011000010100011111100001010100001001111111000111010111011 | 8fc9e38ec28fc2a13f8ebb |
UTF-8 | 焄ツ昞サ | 111001111000010010000100111011111011111010000010111001101001100010011110111011101000000110001110111011111011110110111011 | e78484efbe82e6989eee818eefbdbb |
UHC | 焄?昞?? | 11111101101101100011111111011100101101010011111100111111 | fdb63fdcb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)