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 | 顎壅? | 1000101001111011100110101101011100111111 | 8a7b9ad73f |
| EUC-JP | 顎壅? | 1011001111011100110101001101100100111111 | b3dcd4d93f |
| UTF-8 | 顎壅뤔 | 111010011010000110001110111001011010001110000101111010111010010010010100 | e9a18ee5a385eba494 |
| UHC | 顎壅뤔 | 111001001100100111101000101101011000111111000100 | e4c9e8b58fc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)