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 | 0011111100111111001111110110000001000010 | 3f3f3f6042 |
SJIS-WIN | 墻ヨ?`B | 10011010110101001000001110001000001111110110000001000010 | 9ad483883f6042 |
EUC-JP | 墻ヨ?`B | 11010100110101101010010111101000001111110110000001000010 | d4d6a5e83f6042 |
UTF-8 | 墻ヨ뮅`B | 1110010110100010101110111110001110000011101010001110101110101110100001010110000001000010 | e5a2bbe383a8ebae856042 |
UHC | 墻ヨ뮅`B | 1110110111011111101010111110100010010010100101000110000001000010 | eddfabe892946042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)