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 | ûBæ²»B | 11111011010000101001110011100110101100101011101101000010 | fb429ce6b2bb42 |
SJIS-WIN | ?B????B | 00111111010000100011111100111111001111110011111101000010 | 3f423f3f3f3f42 |
EUC-JP | ûB?æ??B | 1000111110101011111001010100001000111111100011111010100111000001001111110011111101000010 | 8fabe5423f8fa9c13f3f42 |
UTF-8 | ûBæ²»B | 110000111011101101000010110000101001110011000011101001101100001010110010110000101011101101000010 | c3bb42c29cc3a6c2b2c2bb42 |
UHC | ?B?æ²?B | 001111110100001000111111101010011010000110101001111101110011111101000010 | 3f423fa9a1a9f73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)