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 | 飄? | 111010010100011100111111 | e9473f |
EUC-JP | 飄? | 111100011010100000111111 | f1a83f |
UTF-8 | 飄븅 | 111010011010001110000100111010111011100010000101 | e9a384ebb885 |
UHC | 飄븅 | 11111000111111011011101011101001 | f8fdbae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)