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 | 迪?蘖? | 111001111000110000111111100111110101000000111111 | e78c3f9f503f |
| EUC-JP | 迪?蘖? | 111011011110110000111111110111011011000100111111 | edec3fddb13f |
| UTF-8 | 迪렕蘖렔 | 111010001011111110101010111010111010000010010101111010001001100010010110111010111010000010010100 | e8bfaaeba095e89896eba094 |
| UHC | 迪렕蘖렔 | 1110111011101000100011101010101011100101111011101000111010101001 | eee88eaae5ee8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)