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 | 1000101101110100001111110011111101000001 | 8b743f3f41 |
| EUC-JP | 逆??A | 1011010111010101001111110011111101000001 | b5d53f3f41 |
| UTF-8 | 逆곫툢A | 11101001100000001000011011101010101100111010101111101101100010001010001001000001 | e98086eab3abed88a241 |
| UHC | 逆곫툢A | 11100110101111011000000111100110101110001001100101000001 | e6bd81e6b89941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)