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 | 飄큔 | 111010011010001110000100111011011000000110010100 | e9a384ed8194 |
UHC | 飄큔 | 11111000111111011100010110100110 | f8fdc5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)