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 | ???e? | 0011111100111111001111110110010100111111 | 3f3f3f653f |
SJIS-WIN | 瑤??e瑤 | 11101010101000100011111100111111011001011110101010100010 | eaa23f3f65eaa2 |
EUC-JP | 瑤??e瑤 | 11110100101001000011111100111111011001011111010010100100 | f4a43f3f65f4a4 |
UTF-8 | 瑤듣눎e瑤 | 11100111100100011010010011101011100100111010001111101011100010001000111001100101111001111001000110100100 | e791a4eb93a3eb888e65e791a4 |
UHC | 瑤듣눎e瑤 | 111010001111110110110101111010001000011110101010011001011110100011111101 | e8fdb5e887aa65e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)