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 | 驟碁。 | 1110100110000101100011001110100110100001 | e9858ce9a1 |
| EUC-JP | 驟碁。 | 111100011110010110111000111010111000111010100001 | f1e5b8eb8ea1 |
| UTF-8 | 驟碁。 | 111010011010100110011111111001111010001010000001111011111011110110100001 | e9a99fe7a281efbda1 |
| UHC | 驟碁? | 1111011010101110110100011011001100111111 | f6aed1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)