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 | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | 嶸・巐逸坎N | 11111010101101001010010111111010101101101000100011101101100110101010101001001110 | fab4a5fab688ed9aaa4e |
EUC-JP | 嶸・巐逸坎N | 10001111101110111111010010001110101001011000111110111011111110011011000011101111110101001010110001001110 | 8fbbf48ea58fbbf9b0efd4ac4e |
UTF-8 | 嶸・巐逸坎N | 11100101101101101011100011101111101111011010010111100101101101111001000011101001100000001011100011100101100111011000111001001110 | e5b6b8efbda5e5b790e980b8e59d8e4e |
UHC | 嶸??逸坎N | 111001111010111000111111001111111110110011101111110010101110110001001110 | e7ae3f3fecefcaec4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)