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 | 1110011110101010111001111010101001000010 | e7aae7aa42 |
EUC-JP | 遯遯B | 1110111010101100111011101010110001000010 | eeaceeac42 |
UTF-8 | 遯遯B | 11101001100000011010111111101001100000011010111101000010 | e981afe981af42 |
UHC | 遯遯B | 1101010011101110110101001110111001000010 | d4eed4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)