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 | ÚÖÙù\ | 1101101011010110110110011111100101011100 | dad6d9f95c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ÚÖÙù\ | 10001111101010101110001010001111101010101101001110001111101010101110001110001111101010111110001101011100 | 8faae28faad38faae38fabe35c |
UTF-8 | ÚÖÙù\ | 110000111001101011000011100101101100001110011001110000111011100101011100 | c39ac396c399c3b95c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)