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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 毓?x | 10011111011110010011111101111000 | 9f793f78 |
EUC-JP | 毓?x | 11011101110110100011111101111000 | ddda3f78 |
UTF-8 | 毓멡x | 11100110101011111001001111101011101010011010000101111000 | e6af93eba9a178 |
UHC | 毓멡x | 1110101110111110100100010101000101111000 | ebbe915178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)