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 | 1000100011111010001111110011111101000001 | 88fa3f3f41 |
| EUC-JP | 淫??A | 1011000011111100001111110011111101000001 | b0fc3f3f41 |
| UTF-8 | 淫곗꺏A | 11100110101101111010101111101010101100111001011111101010101110101000111101000001 | e6b7abeab397eaba8f41 |
| UHC | 淫곗꺏A | 11101011111000101011000011101100100000111011010101000001 | ebe2b0ec83b541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)