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 | 迚椀 | 11100111100010011001100001101111 | e789986f |
EUC-JP | 迚椀 | 11101101111010011100111111010000 | ede9cfd0 |
UTF-8 | 迚椀 | 111010001011111110011010111001101010010010000000 | e8bf9ae6a480 |
UHC | ?椀 | 001111111110100011001010 | 3fe8ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)