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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | 馹?H | 1000111111101001101000010011111101001000 | 8fe9a13f48 |
UTF-8 | 馹렍H | 11101001101001101011100111101011101000001000110101001000 | e9a6b9eba08d48 |
UHC | 馹렍H | 1110110011110001100011101010001101001000 | ecf18ea348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)