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 | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 蠇齢昧A | 11111011101000011001011111101110100101101000011001000001 | fba197ee968641 |
| EUC-JP | ?齢昧A | 001111111100111011110000110010111110011001000001 | 3fcef0cbe641 |
| UTF-8 | 蠇齢昧A | 11101000101000001000011111101001101111011010001011100110100110001010011101000001 | e8a087e9bda2e698a741 |
| UHC | ??昧A | 0011111100111111110110001101110001000001 | 3f3fd8dc41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)