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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?椽 | 001111111001111010111011 | 3f9ebb |
EUC-JP | ?椽 | 001111111101110010111101 | 3fdcbd |
UTF-8 | 緣椽 | 111001111011011110100011111001101010010010111101 | e7b7a3e6a4bd |
UHC | 緣椽 | 11100110110111101110011011001011 | e6dee6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)