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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??¥部 | 001111110011111110000001100011111001010110010100 | 3f3f818f9594 |
| EUC-JP | ??¥部 | 001111110011111110100001111011111100100111110100 | 3f3fa1efc9f4 |
| UTF-8 | 뤨嬅¥部 | 111010111010010010101000111001011010110010000101111011111011111110100101111010011000001110101000 | eba4a8e5ac85efbfa5e983a8 |
| UHC | 뤨嬅¥部 | 1000111111010110111110111111101110100001110011011101110110111011 | 8fd6fbfba1cdddbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)