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 | 裵鴫 | 11111011101000101000111010110000 | fba28eb0 |
EUC-JP | 裵鴫 | 1000111111011100110100111011110010110010 | 8fdcd3bcb2 |
UTF-8 | 裵鴫 | 111010001010001110110101111010011011010010101011 | e8a3b5e9b4ab |
UHC | 裵? | 110110111101000100111111 | dbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)