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 | 犇觀甄徙 | 1110000010110100111001100101011011100001010010101001110001101111 | e0b4e656e14a9c6f |
| EUC-JP | 犇觀甄徙 | 1110000010110110111010111011011111100001101010111101011111010000 | e0b6ebb7e1abd7d0 |
| UTF-8 | 犇觀甄徙 | 111001111000101010000111111010001010011110000000111001111001010010000100111001011011111010011001 | e78a87e8a780e79484e5be99 |
| UHC | ?觀甄徙 | 00111111110011101011101011001100101101001101111011010101 | 3fcebaccb4ded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)