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 | 縞? | 100011101100100000111111 | 8ec83f |
EUC-JP | 縞? | 101111001100101000111111 | bcca3f |
UTF-8 | 縞렫 | 111001111011100010011110111010111010000010101011 | e7b89eeba0ab |
UHC | 縞렫 | 11111011110101101000111010111001 | fbd68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)