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 | 韜苓サク韆 | 1110100011101001100101111110100010111011101110001110100011100110 | e8e997e8bbb8e8e6 |
| EUC-JP | 韜苓サク韆 | 11110000111010111100111011101010100011101011101110001110101110001111000011101000 | f0ebceea8ebb8eb8f0e8 |
| UTF-8 | 韜苓サク韆 | 111010011001111110011100111010001000101110010011111011111011110110111011111011111011110110111000111010011001111110000110 | e99f9ce88b93efbdbbefbdb8e99f86 |
| UHC | 韜???韆 | 11010100101101110011111100111111001111111111010011000111 | d4b73f3f3ff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)