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 | 蕈」遏憺。 | 1110010011111100101000111110011110011111100111001110100110100001 | e4fca3e79f9ce9a1 |
| EUC-JP | 蕈」遏憺。 | 11101000111111101000111010100011111011101010000111011000111010111000111010100001 | e8fe8ea3eea1d8eb8ea1 |
| UTF-8 | 蕈」遏憺。 | 111010001001010110001000111011111011110110100011111010011000000110001111111001101000011010111010111011111011110110100001 | e89588efbda3e9818fe686baefbda1 |
| UHC | ???憺? | 001111110011111100111111110100111011110000111111 | 3f3f3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)