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 | 梧? | 100011001110011000111111 | 8ce63f |
EUC-JP | 梧? | 101110001110100000111111 | b8e83f |
UTF-8 | 梧€ | 111001101010001010100111111000101000001010101100 | e6a2a7e282ac |
UHC | 梧€ | 11100111111111001010001011100110 | e7fca2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)