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 | 胄守矯 | 111000111111001010001110111001111000101110111000 | e3f28ee78bb8 |
| EUC-JP | 胄守矯 | 111001101111010010111100111010011011011010111010 | e6f4bce9b6ba |
| UTF-8 | 胄守矯 | 111010001000001110000100111001011010111010001000111001111001111110101111 | e88384e5ae88e79faf |
| UHC | 胄守矯 | 111100011011000011100001111110101100111011101100 | f1b0e1faceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)