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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 閹オム咲オ | 11101000100001101011010111010001100011011110011110110101 | e886b5d18de7b5 |
| EUC-JP | 閹オム咲オ | 11101111111001101000111010110101100011101101000110111010111010011000111010110101 | efe68eb58ed1bae98eb5 |
| UTF-8 | 閹オム咲オ | 111010011001011010111001111011111011110110110101111011111011111010010001111001011001001010110010111011111011110110110101 | e996b9efbdb5efbe91e592b2efbdb5 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)