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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題荳┛ | 100100011110100011100100101110001000010010101110 | 91e8e4b884ae |
EUC-JP | 題荳┛ | 110000101110101011101000101110101010100010110000 | c2eae8baa8b0 |
UTF-8 | 題荳┛ | 111010011010000110001100111010001000110110110011111000101001010010011011 | e9a18ce88db3e2949b |
UHC | 題荳┛ | 111100001011100111010100111001011010011010110000 | f0b9d4e5a6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)