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 | ûByûByB | 111110110100001010011111011110011111101101000010100111110111100101000010 | fb429f79fb429f7942 |
SJIS-WIN | ?B?y?B?yB | 001111110100001000111111011110010011111101000010001111110111100101000010 | 3f423f793f423f7942 |
EUC-JP | ûB?yûB?yB | 10001111101010111110010101000010001111110111100110001111101010111110010101000010001111110111100101000010 | 8fabe5423f798fabe5423f7942 |
UTF-8 | ûByûByB | 11000011101110110100001011000010100111110111100111000011101110110100001011000010100111110111100101000010 | c3bb42c29f79c3bb42c29f7942 |
UHC | ?B?y?B?yB | 001111110100001000111111011110010011111101000010001111110111100101000010 | 3f423f793f423f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)