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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 貔オ謔画コ | 1110011010111110101101011110011010000010100010011110011010111010 | e6beb5e68289e6ba |
| EUC-JP | 貔オ謔画コ | 11101100110000001000111010110101111010111110001010110010111010001000111010111010 | ecc08eb5ebe2b2e88eba |
| UTF-8 | 貔オ謔画コ | 111010001011001010010100111011111011110110110101111010001010110010010100111001111001010010111011111011111011110110111010 | e8b294efbdb5e8ac94e794bbefbdba |
| UHC | ??謔?? | 001111110011111111111001110011000011111100111111 | 3f3ff9cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)