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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 闌鈴梛 | 111010001000110010010111111010011001111010001011 | e88c97e99e8b |
| EUC-JP | 闌鈴梛 | 111011111110110011001110111010111101101111101011 | efecceebdbeb |
| UTF-8 | 闌鈴梛 | 111010011001011110001100111010011000100010110100111001101010001010011011 | e9978ce988b4e6a29b |
| UHC | ?鈴? | 00111111110101101100001000111111 | 3fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)