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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 陂捺じB | 11101000100110001001001111100110100000101011011001000010 | e89893e682b642 |
EUC-JP | 陂捺じB | 11101111111110001100011011101000101001001011100001000010 | eff8c6e8a4b842 |
UTF-8 | 陂捺じB | 11101001100110011000001011100110100011011011101011100011100000011001100001000010 | e99982e68dbae3819842 |
UHC | 陂捺じB | 11111001101011101101000111110100101010101011100001000010 | f9aed1f4aab842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)