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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?豌巐夬亟巐 | 0011111111100110101100001111101010110110100110101110110110011000101100101111101010110110 | 3fe6b0fab69aed98b2fab6 |
| EUC-JP | 嶴豌巐夬亟巐 | 100011111011101111110011111011001011001010001111101110111111100111010100111011111101000010110100100011111011101111111001 | 8fbbf3ecb28fbbf9d4efd0b48fbbf9 |
| UTF-8 | 嶴豌巐夬亟巐 | 111001011011011010110100111010001011000110001100111001011011011110010000111001011010010010101100111001001011101010011111111001011011011110010000 | e5b6b4e8b18ce5b790e5a4ace4ba9fe5b790 |
| UHC | ?豌???? | 00111111111010001101010100111111001111110011111100111111 | 3fe8d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)