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 | ??Z??R | 001111110011111101011010001111110011111101010010 | 3f3f5a3f3f52 |
SJIS-WIN | 嶸イZ嶸イR | 1111101010110100101100100101101011111010101101001011001001010010 | fab4b25afab4b252 |
EUC-JP | 嶸イZ嶸イR | 100011111011101111110100100011101011001001011010100011111011101111110100100011101011001001010010 | 8fbbf48eb25a8fbbf48eb252 |
UTF-8 | 嶸イZ嶸イR | 1110010110110110101110001110111110111101101100100101101011100101101101101011100011101111101111011011001001010010 | e5b6b8efbdb25ae5b6b8efbdb252 |
UHC | 嶸?Z嶸?R | 1110011110101110001111110101101011100111101011100011111101010010 | e7ae3f5ae7ae3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)