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 | ±²ÝÜ\ | 1011000110110010110111011101110001011100 | b1b2dddc5c |
SJIS-WIN | ±???\ | 100000010111110100111111001111110011111101011100 | 817d3f3f3f5c |
EUC-JP | ±?ÝÜ\ | 10100001110111100011111110001111101010101111001010001111101010101110010001011100 | a1de3f8faaf28faae45c |
UTF-8 | ±²ÝÜ\ | 110000101011000111000010101100101100001110011101110000111001110001011100 | c2b1c2b2c39dc39c5c |
UHC | ±²??\ | 10100001101111101010100111110111001111110011111101011100 | a1bea9f73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)