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 | 襠台サ紋 | 11100101111110111001000111100100101110111001011011100100 | e5fb91e4bb96e4 |
| EUC-JP | 襠台サ紋 | 1110101011111101110000101110011010001110101110111100110011100110 | eafdc2e68ebbcce6 |
| UTF-8 | 襠台サ紋 | 111010001010010110100000111001011000111110110000111011111011110110111011111001111011010010001011 | e8a5a0e58fb0efbdbbe7b48b |
| UHC | ?台?紋 | 001111111111011110111011001111111101101010100011 | 3ff7bb3fdaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)