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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 犇蟠爲徙 | 1110000010110100111001011011010011100000101010001001110001101111 | e0b4e5b4e0a89c6f |
| EUC-JP | 犇蟠爲徙 | 1110000010110110111010101011011011100000101010101101011111010000 | e0b6eab6e0aad7d0 |
| UTF-8 | 犇蟠爲徙 | 111001111000101010000111111010001001111110100000111001111000100010110010111001011011111010011001 | e78a87e89fa0e788b2e5be99 |
| UHC | ?蟠爲徙 | 00111111110110101111011011101010110100111101111011010101 | 3fdaf6ead3ded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)