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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻絲轢 | 100010110110000111100011010011101110011110000000 | 8b61e34ee780 |
EUC-JP | 蟻絲轢 | 101101011100001011100101101011111110110111100000 | b5c2e5afede0 |
UTF-8 | 蟻絲轢 | 111010001001111110111011111001111011010110110010111010001011110110100010 | e89fbbe7b5b2e8bda2 |
UHC | 蟻絲轢 | 111010111111110011011110111010101101010111111001 | ebfcdeead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)