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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | ?ア?エA | 0011111110110001001111111011010001000001 | 3fb13fb441 |
| EUC-JP | ?ア?エA | 00111111100011101011000100111111100011101011010001000001 | 3f8eb13f8eb441 |
| UTF-8 | 䭵ア䭵エA | 11100100101011011011010111101111101111011011000111100100101011011011010111101111101111011011010001000001 | e4adb5efbdb1e4adb5efbdb441 |
| UHC | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)