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 | 11100111111101101001001111100110100000101011011001000010 | e7f693e682b642 |
EUC-JP | 銹捺じB | 11101110111110001100011011101000101001001011100001000010 | eef8c6e8a4b842 |
UTF-8 | 銹捺じB | 11101001100010101011100111100110100011011011101011100011100000011001100001000010 | e98ab9e68dbae3819842 |
UHC | 銹捺じB | 11100010110010001101000111110100101010101011100001000010 | e2c8d1f4aab842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)