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 | ?D?B | 00111111010001000011111101000010 | 3f443f42 |
SJIS-WIN | 短D他B | 100100100101101001000100100100011011110001000010 | 925a4491bc42 |
EUC-JP | 短D他B | 110000111011101101000100110000101011111001000010 | c3bb44c2be42 |
UTF-8 | 短D他B | 1110011110011111101011010100010011100100101110111001011001000010 | e79fad44e4bb9642 |
UHC | 短D他B | 110100111010110101000100111101101110001001000010 | d3ad44f6e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)