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 | 00111111001111110011111101000001 | 3f3f3f41 |
| EUC-JP | 獒??A | 100011111100101110111011001111110011111101000001 | 8fcbbb3f3f41 |
| UTF-8 | 獒섊뿏A | 11100111100011011001001011101100100001001000101011101011101111111000111101000001 | e78d92ec848aebbf8f41 |
| UHC | 獒섊뿏A | 11101000101000111001100011100111100101111001010001000001 | e8a398e7979441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)