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 | 〓∝〓 | 100000011010110010000001111001011000000110101100 | 81ac81e581ac |
| EUC-JP | 〓∝〓 | 101000101010111010100010111001111010001010101110 | a2aea2e7a2ae |
| UTF-8 | 〓∝〓 | 111000111000000010010011111000101000100010011101111000111000000010010011 | e38093e2889de38093 |
| UHC | 〓∝〓 | 101000011110101110100001111100001010000111101011 | a1eba1f0a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)