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 | 歪ゆ? | 1001100001100011100000101110010000111111 | 986382e43f |
| EUC-JP | 歪ゆ? | 1100111111000100101001001110011000111111 | cfc4a4e63f |
| UTF-8 | 歪ゆ뼔 | 111001101010110110101010111000111000001010000110111010111011110010010100 | e6adaae38286ebbc94 |
| UHC | 歪ゆ뼔 | 111010001110000010101010111001101001011010011100 | e8e0aae6969c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)