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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 宸??O | 1001101110000010001111110011111101001111 | 9b823f3f4f |
| EUC-JP | 宸??O | 1101010111100010001111110011111101001111 | d5e23f3f4f |
| UTF-8 | 宸뜄꽞O | 11100101101011101011100011101011100111001000010011101010101111011001111001001111 | e5aeb8eb9c84eabd9e4f |
| UHC | 宸뜄꽞O | 11100011111001001000110110001000100001001010101101001111 | e3e48d8884ab4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)