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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 椀?B | 10011000011011110011111101000010 | 986f3f42 |
EUC-JP | 椀?B | 11001111110100000011111101000010 | cfd03f42 |
UTF-8 | 椀헤B | 11100110101001001000000011101101100101111010010001000010 | e6a480ed97a442 |
UHC | 椀헤B | 1110100011001010110001111110110001000010 | e8cac7ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)