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 | 11100001101110000110000011100001101110000100111101000010 | e1b860e1b84f42 |
EUC-JP | 盧`盧OB | 11100010101110100110000011100010101110100100111101000010 | e2ba60e2ba4f42 |
UTF-8 | 盧`盧OB | 111001111001101110100111011000001110011110011011101001110100111101000010 | e79ba760e79ba74f42 |
UHC | 盧`盧OB | 11010110110101000110000011010110110101000100111101000010 | d6d460d6d44f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)