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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 嶸。巐ェN | 11111010101101001010000111111010101101101010101001001110 | fab4a1fab6aa4e |
EUC-JP | 嶸。巐ェN | 1000111110111011111101001000111010100001100011111011101111111001100011101010101001001110 | 8fbbf48ea18fbbf98eaa4e |
UTF-8 | 嶸。巐ェN | 11100101101101101011100011101111101111011010000111100101101101111001000011101111101111011010101001001110 | e5b6b8efbda1e5b790efbdaa4e |
UHC | 嶸???N | 111001111010111000111111001111110011111101001110 | e7ae3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)