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 | ExExB | 10010010010001010111100010010010010001010111100001000010 | 92457892457842 |
| SJIS-WIN | ?Ex?ExB | 00111111010001010111100000111111010001010111100001000010 | 3f45783f457842 |
| EUC-JP | ?Ex?ExB | 00111111010001010111100000111111010001010111100001000010 | 3f45783f457842 |
| UTF-8 | ExExB | 110000101001001001000101011110001100001010010010010001010111100001000010 | c2924578c292457842 |
| UHC | ?Ex?ExB | 00111111010001010111100000111111010001010111100001000010 | 3f45783f457842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)