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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 嶬`嶬OB | 10011011110100100110000010011011110100100100111101000010 | 9bd2609bd24f42 |
EUC-JP | 嶬`嶬OB | 11010110110101000110000011010110110101000100111101000010 | d6d460d6d44f42 |
UTF-8 | 嶬`嶬OB | 111001011011011010101100011000001110010110110110101011000100111101000010 | e5b6ac60e5b6ac4f42 |
UHC | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)