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 | 絛頑卯絛醐輯 | 111000110101010110001010111001101000100101001011111000110101010110001100111011011000111101010011 | e3558ae6894be3558ced8f53 |
| EUC-JP | 絛頑卯絛醐輯 | 111001011011011010110100111010001011000110101100111001011011011010111000111011111011110110110100 | e5b6b4e8b1ace5b6b8efbdb4 |
| UTF-8 | 絛頑卯絛醐輯 | 111001111011010110011011111010011010000010010001111001011000110110101111111001111011010110011011111010011000011010010000111010001011110010101111 | e7b59be9a091e58dafe7b59be98690e8bcaf |
| UHC | ?頑卯??輯 | 001111111110100011010111110110011101011000111111001111111111001011111110 | 3fe8d7d9d63f3ff2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)