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 | 111110101011010000111111001111110011111101000010 | fab43f3f3f42 |
EUC-JP | 嶸???B | 10001111101110111111010000111111001111110011111101000010 | 8fbbf43f3f3f42 |
UTF-8 | 嶸뗢뫜흟B | 11100101101101101011100011101011100101111010001011101011101010111001110011101101100111011001111101000010 | e5b6b8eb97a2ebab9ced9d9f42 |
UHC | 嶸뗢뫜흟B | 111001111010111010001011111000101001000110111100110001011000000101000010 | e7ae8be291bcc58142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)