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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 魑カ竊尖お | 111010011011001110110110111000101000011010010000111010111000001010101000 | e9b3b6e28690eb82a8 |
| EUC-JP | 魑カ竊尖お | 11110010101101011000111010110110111000111110011011000000111011011010010010101010 | f2b58eb6e3e6c0eda4aa |
| UTF-8 | 魑カ竊尖お | 111010011010110110010001111011111011110110110110111001111010101110001010111001011011000010010110111000111000000110001010 | e9ad91efbdb6e7ab8ae5b096e3818a |
| UHC | ??竊尖お | 0011111100111111111011111011110011110100110100111010101010101010 | 3f3fefbcf4d3aaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)