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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??頁?? | 001111110011111110010101110001010011111100111111 | 3f3f95c53f3f |
| EUC-JP | ??頁焰? | 0011111100111111110010101100011110001111110010011110111100111111 | 3f3fcac78fc9ef3f |
| UTF-8 | 뤧셥頁焰뤧 | 111010111010010010100111111011001000010110100101111010011010000010000001111001111000010010110000111010111010010010100111 | eba4a7ec85a5e9a081e784b0eba4a7 |
| UHC | 뤧셥頁焰뤧 | 10001111110101011011110011001010111110101110110111100110111110111000111111010101 | 8fd5bccafaede6fb8fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)