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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譎滓辧B | 11100110100110011001111111100110100110011001111101000010 | e6999fe6999f42 |
EUC-JP | 譎滓辧B | 11101011111110011101111011101000110100101010000101000010 | ebf9dee8d2a142 |
UTF-8 | 譎滓辧B | 11101000101011011000111011100110101110111001001111101000101111101010011101000010 | e8ad8ee6bb93e8bea742 |
UHC | 譎滓?B | 111111011101001011101110101010110011111101000010 | fdd2eeab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)