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 | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| SJIS-WIN | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| EUC-JP | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| UTF-8 | 簾앮텊[簾앮텊[B | 111011111010011010100110111011001001010110101110111011011000010110001010010110111110111110100110101001101110110010010101101011101110110110000101100010100101101101000010 | efa6a6ec95aeed858a5befa6a6ec95aeed858a5b42 |
| UHC | 簾앮텊[簾앮텊[B | 111001111010000110011101111001101011011010000111010110111110011110100001100111011110011010110110100001110101101101000010 | e7a19de6b6875be7a19de6b6875b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)