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 | ûBhûB | 111110110100001010000011011010001111101101000010 | fb428368fb42 |
SJIS-WIN | ?B?h?B | 001111110100001000111111011010000011111101000010 | 3f423f683f42 |
EUC-JP | ûB?hûB | 10001111101010111110010101000010001111110110100010001111101010111110010101000010 | 8fabe5423f688fabe542 |
UTF-8 | ûBhûB | 110000111011101101000010110000101000001101101000110000111011101101000010 | c3bb42c28368c3bb42 |
UHC | ?B?h?B | 001111110100001000111111011010000011111101000010 | 3f423f683f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)