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 | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | 瑤??P瑤 | 11101010101000100011111100111111010100001110101010100010 | eaa23f3f50eaa2 |
EUC-JP | 瑤??P瑤 | 11110100101001000011111100111111010100001111010010100100 | f4a43f3f50f4a4 |
UTF-8 | 瑤듣눎P瑤 | 11100111100100011010010011101011100100111010001111101011100010001000111001010000111001111001000110100100 | e791a4eb93a3eb888e50e791a4 |
UHC | 瑤듣눎P瑤 | 111010001111110110110101111010001000011110101010010100001110100011111101 | e8fdb5e887aa50e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)