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 | 池詐??? | 10010010011100101000110110111100001111110011111100111111 | 92728dbc3f3f3f |
EUC-JP | 池詐??? | 11000011110100111011101010111110001111110011111100111111 | c3d3babe3f3f3f |
UTF-8 | 池詐렰렜亐 | 111001101011000110100000111010001010100110010000111010111010000010110000111010111010000010011100111001001011101010010000 | e6b1a0e8a990eba0b0eba09ce4ba90 |
UHC | 池詐렰렜亐 | 11110010101011101101111011110001100011101011110110001110101011101110101010100111 | f2aedef18ebd8eaeeaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)