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 | 獨楡 | 11100000110101011001111010111110 | e0d59ebe |
EUC-JP | 獨楡 | 11100000110101111101110011000000 | e0d7dcc0 |
UTF-8 | 獨楡 | 111001111000110110101000111001101010010110100001 | e78da8e6a5a1 |
UHC | 獨楡 | 11010100101111001110101011111000 | d4bceaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)