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 | 飄렕 | 111010011010001110000100111010111010000010010101 | e9a384eba095 |
UHC | 飄렕 | 11111000111111011000111010101010 | f8fd8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)