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 | 蟻ε? | 1000101101100001100000111100001100111111 | 8b6183c33f |
| EUC-JP | 蟻ε? | 1011010111000010101001101100010100111111 | b5c2a6c53f |
| UTF-8 | 蟻ε뜊 | 1110100010011111101110111100111010110101111010111001110010001010 | e89fbbceb5eb9c8a |
| UHC | 蟻ε뜊 | 111010111111110010100101111001011000110110001101 | ebfca5e58d8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)