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 | 鉗ェ豐ソ蟆 | 1110011111100111101010101110011010110010101111111110010110110000 | e7e7aae6b2bfe5b0 |
| EUC-JP | 鉗ェ豐ソ蟆 | 11101110111010011000111010101010111011001011010010001110101111111110101010110010 | eee98eaaecb48ebfeab2 |
| UTF-8 | 鉗ェ豐ソ蟆 | 111010011000100110010111111011111011110110101010111010001011000110010000111011111011110110111111111010001001111110000110 | e98997efbdaae8b190efbdbfe89f86 |
| UHC | 鉗???? | 110011001100011000111111001111110011111100111111 | ccc63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)