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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 凹?B | 10001001100110100011111101000010 | 899a3f42 |
EUC-JP | 凹?B | 10110001111110100011111101000010 | b1fa3f42 |
UTF-8 | 凹렯B | 11100101100001111011100111101011101000001010111101000010 | e587b9eba0af42 |
UHC | 凹렯B | 1110100011101010100011101011110001000010 | e8ea8ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)