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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邸賑 | 10010011010000001001001111110110 | 934093f6 |
EUC-JP | 邸賑 | 11000101101000011100011011111000 | c5a1c6f8 |
UTF-8 | 邸賑 | 111010011000001010111000111010001011001110010001 | e982b8e8b391 |
UHC | 邸賑 | 11101110110100001111001011100001 | eed0f2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)