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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 池?池?B | 10010010011100100011111110010010011100100011111101000010 | 92723f92723f42 |
EUC-JP | 池?池?B | 11000011110100110011111111000011110100110011111101000010 | c3d33fc3d33f42 |
UTF-8 | 池렡池렡B | 11100110101100011010000011101011101000001010000111100110101100011010000011101011101000001010000101000010 | e6b1a0eba0a1e6b1a0eba0a142 |
UHC | 池렡池렡B | 111100101010111010001110101100101111001010101110100011101011001001000010 | f2ae8eb2f2ae8eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)