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 | 1111110001001000111110001100010001001000 | fc48f8c448 |
EUC-JP | 鵫?H | 1000111111101011111110100011111101001000 | 8febfa3f48 |
UTF-8 | 鵫H | 11101001101101011010101111101110100110011010001101001000 | e9b5abee99a348 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)