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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髻ュ荳槭& | 111010011001111110101101111001001011100010011110111000111000000110010101 | e99fade4b89ee38195 |
EUC-JP | 髻ュ荳槭& | 11110010101000011000111010101101111010001011101011011100111001011010000111110101 | f2a18eade8badce5a1f5 |
UTF-8 | 髻ュ荳槭& | 111010011010101110111011111011111011110110101101111010001000110110110011111001101010011110101101111011111011110010000110 | e9abbbefbdade88db3e6a7adefbc86 |
UHC | ??荳?& | 00111111001111111101010011100101001111111010001110100110 | 3f3fd4e53fa3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)