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 | 議?? | 10001011011000110011111100111111 | 8b633f3f |
| EUC-JP | 議芚? | 101101011100010010001111110101111011101100111111 | b5c48fd7bb3f |
| UTF-8 | 議芚렟 | 111010001010110110110000111010001000101010011010111010111010000010011111 | e8adb0e88a9aeba09f |
| UHC | 議芚렟 | 111011001010000111010100111011001000111010110000 | eca1d4ec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)