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 | °Ü^°Ü^ | 101100001101110001011110101100001101110001011110 | b0dc5eb0dc5e |
SJIS-WIN | °?^°?^ | 1000000110001011001111110101111010000001100010110011111101011110 | 818b3f5e818b3f5e |
EUC-JP | °Ü^°Ü^ | 101000011110101110001111101010101110010001011110101000011110101110001111101010101110010001011110 | a1eb8faae45ea1eb8faae45e |
UTF-8 | °Ü^°Ü^ | 11000010101100001100001110011100010111101100001010110000110000111001110001011110 | c2b0c39c5ec2b0c39c5e |
UHC | °?^°?^ | 1010000111000110001111110101111010100001110001100011111101011110 | a1c63f5ea1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)