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 | î³ËÞB | 1110111010110011110010111101111001000010 | eeb3cbde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | î?ËÞB | 1000111110101011110000100011111110001111101010101011001110001111101010011011000001000010 | 8fabc23f8faab38fa9b042 |
UTF-8 | î³ËÞB | 110000111010111011000010101100111100001110001011110000111001111001000010 | c3aec2b3c38bc39e42 |
UHC | ?³?ÞB | 00111111101010011111100000111111101010001010110101000010 | 3fa9f83fa8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)