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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 池詐???攀 | 100100100111001010001101101111000011111100111111001111111001110110110011 | 92728dbc3f3f3f9db3 |
EUC-JP | 池詐???攀 | 110000111101001110111010101111100011111100111111001111111101101010110101 | c3d3babe3f3f3fdab5 |
UTF-8 | 池詐렰렜亐攀 | 111001101011000110100000111010001010100110010000111010111010000010110000111010111010000010011100111001001011101010010000111001101001010010000000 | e6b1a0e8a990eba0b0eba09ce4ba90e69480 |
UHC | 池詐렰렜亐攀 | 111100101010111011011110111100011000111010111101100011101010111011101010101001111101101011100111 | f2aedef18ebd8eaeeaa7dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)