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 | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 鬚艾B | 1110100110100010111001001000100001000010 | e9a2e48842 |
| EUC-JP | 鬚艾B | 1111001010100100111001111110100001000010 | f2a4e7e842 |
| UTF-8 | 鬚艾B | 11101001101011001001101011101000100010011011111001000010 | e9ac9ae889be42 |
| UHC | 鬚艾B | 1110001011010001111001001111010101000010 | e2d1e4f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)