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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池?址矜 | 10010010011100100011111110011010101011001110000111100000 | 92723f9aace1e0 |
EUC-JP | 池?址矜 | 11000011110100110011111111010100101011101110001011100010 | c3d33fd4aee2e2 |
UTF-8 | 池렮址矜 | 111001101011000110100000111010111010000010101110111001011001110110000000111001111001111110011100 | e6b1a0eba0aee59d80e79f9c |
UHC | 池렮址矜 | 1111001010101110100011101011101111110010101000111101000011101000 | f2ae8ebbf2a3d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)