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 | þU^ | 10010001111111100101010101011110 | 91fe555e |
SJIS-WIN | ??U^ | 00111111001111110101010101011110 | 3f3f555e |
EUC-JP | ?þU^ | 001111111000111110101001110100000101010101011110 | 3f8fa9d0555e |
UTF-8 | þU^ | 110000101001000111000011101111100101010101011110 | c291c3be555e |
UHC | ?þU^ | 0011111110101001101011010101010101011110 | 3fa9ad555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)