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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??莊?^ | 001111110011111111100100101101010011111101011110 | 3f3fe4b53f5e |
EUC-JP | 珽?莊?^ | 1000111111001011111111100011111111101000101101110011111101011110 | 8fcbfe3fe8b73f5e |
UTF-8 | 珽렞莊렖^ | 11100111100011111011110111101011101000001001111011101000100011101000101011101011101000001001011001011110 | e78fbdeba09ee88e8aeba0965e |
UHC | 珽렞莊렖^ | 111011111110101010001110101011111110110111110110100011101010101101011110 | efea8eafedf68eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)