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 | ãòe | 11100011111100101001100001100101 | e3f29865 |
SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
EUC-JP | ãò?e | 1000111110101011101010101000111110101011110100100011111101100101 | 8fabaa8fabd23f65 |
UTF-8 | ãòe | 11000011101000111100001110110010110000101001100001100101 | c3a3c3b2c29865 |
UHC | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)