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 | ??? | 00111111001111111000000101001000 | 3f3f8148 |
| EUC-JP | 薏?? | 100011111101100111011110001111111010000110101001 | 8fd9de3fa1a9 |
| UTF-8 | 薏쇰? | 111010001001011010001111111011001000011110110000111011111011110010011111 | e8968fec87b0efbc9f |
| UHC | 薏쇰? | 111010111111101110111100111010111010001110111111 | ebfbbceba3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)