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 | 昊?? | 10011101110111010011111100111111 | 9ddd3f3f |
| EUC-JP | 昊?? | 11011010110111110011111100111111 | dadf3f3f |
| UTF-8 | 昊쇘쑤 | 111001101001100010001010111011001000011110011000111011001001000110100100 | e6988aec8798ec91a4 |
| UHC | 昊쇘쑤 | 111110111100010010111100111001111011111010100101 | fbc4bce7bea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)