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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 掌?\ | 10001111101101100011111101011100 | 8fb63f5c |
EUC-JP | 掌?\ | 10111110101110000011111101011100 | beb83f5c |
UTF-8 | 掌뢦\ | 11100110100011101000110011101011101000101010011001011100 | e68e8ceba2a65c |
UHC | 掌뢦\ | 1110110111100110100011110110011101011100 | ede68f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)