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 | öÔúß | 11110110110101001111101011011111 | f6d4fadf |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | öÔúß | 100011111010101111010011100011111010101011010100100011111010101111100010100011111010100111001110 | 8fabd38faad48fabe28fa9ce |
| UTF-8 | öÔúß | 1100001110110110110000111001010011000011101110101100001110011111 | c3b6c394c3bac39f |
| UHC | ???ß | 0011111100111111001111111010100110101100 | 3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)