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 | ±ÌÞØo | 1011000111001100110111101101100001101111 | b1ccded86f |
SJIS-WIN | ±???o | 100000010111110100111111001111110011111101101111 | 817d3f3f3f6f |
EUC-JP | ±ÌÞØo | 101000011101111010001111101010101100000010001111101010011011000010001111101010011010110001101111 | a1de8faac08fa9b08fa9ac6f |
UTF-8 | ±ÌÞØo | 110000101011000111000011100011001100001110011110110000111001100001101111 | c2b1c38cc39ec3986f |
UHC | ±?ÞØo | 1010000110111110001111111010100010101101101010001010101001101111 | a1be3fa8ada8aa6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)