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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 貅ェ霄ャ^ | 11100110101110101010101011101000101110101010110001011110 | e6baaae8baac5e |
| EUC-JP | 貅ェ霄ャ^ | 111011001011110010001110101010101111000010111100100011101010110001011110 | ecbc8eaaf0bc8eac5e |
| UTF-8 | 貅ェ霄ャ^ | 11101000101100101000010111101111101111011010101011101001100111001000010011101111101111011010110001011110 | e8b285efbdaae99c84efbdac5e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)