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 | 10001101111110100110000010001101111110100100111101000010 | 8dfa608dfa4f42 |
EUC-JP | 匙`匙OB | 10111010111111000110000010111010111111000100111101000010 | bafc60bafc4f42 |
UTF-8 | 匙`匙OB | 111001011000110010011001011000001110010110001100100110010100111101000010 | e58c9960e58c994f42 |
UHC | 匙`匙OB | 11100011101101010110000011100011101101010100111101000010 | e3b560e3b54f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)