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 | 001111110011111101111101001111110011111101001110 | 3f3f7d3f3f4e |
SJIS-WIN | 嶸エ}巐ェN | 1111101010110100101101000111110111111010101101101010101001001110 | fab4b47dfab6aa4e |
EUC-JP | 嶸エ}巐ェN | 100011111011101111110100100011101011010001111101100011111011101111111001100011101010101001001110 | 8fbbf48eb47d8fbbf98eaa4e |
UTF-8 | 嶸エ}巐ェN | 1110010110110110101110001110111110111101101101000111110111100101101101111001000011101111101111011010101001001110 | e5b6b8efbdb47de5b790efbdaa4e |
UHC | 嶸?}??N | 11100111101011100011111101111101001111110011111101001110 | e7ae3f7d3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)