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 | 池?禹?題 | 1001001001110010001111111110001001011010001111111001000111101000 | 92723fe25a3f91e8 |
EUC-JP | 池?禹?題 | 1100001111010011001111111110001110111011001111111100001011101010 | c3d33fe3bb3fc2ea |
UTF-8 | 池렞禹렊題 | 111001101011000110100000111010111010000010011110111001111010011010111001111010111010000010001010111010011010000110001100 | e6b1a0eba09ee7a6b9eba08ae9a18c |
UHC | 池렞禹렊題 | 11110010101011101000111010101111111010011110000010001110101000011111000010111001 | f2ae8eafe9e08ea1f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)