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 | 驗捨驗捨 | 1110100110000100100011101100110011101001100001001000111011001100 | e9848ecce9848ecc |
| EUC-JP | 驗捨驗捨 | 1111000111100100101111001100111011110001111001001011110011001110 | f1e4bccef1e4bcce |
| UTF-8 | 驗捨驗捨 | 111010011010100110010111111001101000110110101000111010011010100110010111111001101000110110101000 | e9a997e68da8e9a997e68da8 |
| UHC | 驗捨驗捨 | 1111101011010000110111101101011111111010110100001101111011010111 | fad0ded7fad0ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)