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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 毓?~ | 10011111011110010011111101111110 | 9f793f7e |
EUC-JP | 毓?~ | 11011101110110100011111101111110 | ddda3f7e |
UTF-8 | 毓멡~ | 11100110101011111001001111101011101010011010000101111110 | e6af93eba9a17e |
UHC | 毓멡~ | 1110101110111110100100010101000101111110 | ebbe91517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)