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 | BGnBGnB | 1001001001000010100100100100011101101110100100100100001010010010010001110110111001000010 | 924292476e924292476e42 |
SJIS-WIN | ?B?Gn?B?GnB | 0011111101000010001111110100011101101110001111110100001000111111010001110110111001000010 | 3f423f476e3f423f476e42 |
EUC-JP | ?B?Gn?B?GnB | 0011111101000010001111110100011101101110001111110100001000111111010001110110111001000010 | 3f423f476e3f423f476e42 |
UTF-8 | BGnBGnB | 110000101001001001000010110000101001001001000111011011101100001010010010010000101100001010010010010001110110111001000010 | c29242c292476ec29242c292476e42 |
UHC | ?B?Gn?B?GnB | 0011111101000010001111110100011101101110001111110100001000111111010001110110111001000010 | 3f423f476e3f423f476e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)