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 | °×] | 101100001101011101011101 | b0d75d |
SJIS-WIN | °×] | 1000000110001011100000010111111001011101 | 818b817e5d |
EUC-JP | °×] | 1010000111101011101000011101111101011101 | a1eba1df5d |
UTF-8 | °×] | 1100001010110000110000111001011101011101 | c2b0c3975d |
UHC | °×] | 1010000111000110101000011011111101011101 | a1c6a1bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)