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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 艤?? | 11100100011111100011111100111111 | e47e3f3f |
| EUC-JP | 艤?? | 11100111110111110011111100111111 | e7df3f3f |
| UTF-8 | 艤붷쯃 | 111010001000100110100100111010111011011010110111111011001010111110000011 | e889a4ebb6b7ecaf83 |
| UHC | 艤붷쯃 | 111010111111101010010100111001011010100010011111 | ebfa94e5a89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)