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 | 裵昻 | 11111011101000101111101011010000 | fba2fad0 |
EUC-JP | 裵? | 10001111110111001101001100111111 | 8fdcd33f |
UTF-8 | 裵昻 | 111010001010001110110101111001101001100010111011 | e8a3b5e698bb |
UHC | 裵昻 | 11011011110100011110010011101001 | dbd1e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)