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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃郁ャ晄 | 11101000111001011000100011101000101011001001110111100110 | e8e588e8ac9de6 |
EUC-JP | 韃郁ャ晄 | 1111000011100111101100001110101010001110101011001101101011101000 | f0e7b0ea8eacdae8 |
UTF-8 | 韃郁ャ晄 | 111010011001111110000011111010011000001110000001111011111011110110101100111001101001100110000100 | e99f83e98381efbdace69984 |
UHC | ?郁?晄 | 001111111110100111110100001111111111110011001101 | 3fe9f43ffccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)