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 | 鉈舌o鄙 | 1110011111101011100100001110001110000010100011111110011110111111 | e7eb90e3828fe7bf |
| EUC-JP | 鉈舌o鄙 | 1110111011101101110000001110010110100011111011111110111011000001 | eeedc0e5a3efeec1 |
| UTF-8 | 鉈舌o鄙 | 111010011000100110001000111010001000100010001100111011111011110110001111111010011000010010011001 | e98988e8888cefbd8fe98499 |
| UHC | ?舌o鄙 | 00111111111000001101111110100011111011111101111010101001 | 3fe0dfa3efdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)