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 | 隲、荵礼・ | 1110100010101011101001001110010010111001100101111110011110100101 | e8aba4e4b997e7a5 |
| EUC-JP | 隲、荵礼・ | 11110000101011011000111010100100111010001011101111001110111010011000111010100101 | f0ad8ea4e8bbcee98ea5 |
| UTF-8 | 隲、荵礼・ | 111010011001101010110010111011111011110110100100111010001000110110110101111001111010010010111100111011111011110110100101 | e99ab2efbda4e88db5e7a4bcefbda5 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)