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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤????? | 11101010101000100011111100111111001111110011111100111111 | eaa23f3f3f3f3f |
EUC-JP | 瑤??獒?? | 111101001010010000111111001111111000111111001011101110110011111100111111 | f4a43f3f8fcbbb3f3f |
UTF-8 | 瑤덂쳣獒숃눎 | 111001111001000110100100111010111000110110000010111011001011001110100011111001111000110110010010111011001000100010000011111010111000100010001110 | e791a4eb8d82ecb3a3e78d92ec8883eb888e |
UHC | 瑤덂쳣獒숃눎 | 111010001111110110001000111001011010101110001001111010001010001110011001111010001000011110101010 | e8fd88e5ab89e8a399e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)