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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 軏臭軏臭B | 111110111011001010001111010011001111101110110010100011110100110001000010 | fbb28f4cfbb28f4c42 |
| EUC-JP | 軏臭軏臭B | 1000111111100000110110011011110110101101100011111110000011011001101111011010110101000010 | 8fe0d9bdad8fe0d9bdad42 |
| UTF-8 | 軏臭軏臭B | 11101000101110111000111111101000100001111010110111101000101110111000111111101000100001111010110101000010 | e8bb8fe887ade8bb8fe887ad42 |
| UHC | ?臭?臭B | 00111111111101101010101100111111111101101010101101000010 | 3ff6ab3ff6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)