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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 質偲^ | 1000111010111111100011101100001101011110 | 8ebf8ec35e |
EUC-JP | 質偲^ | 1011110011000001101111001100010101011110 | bcc1bcc55e |
UTF-8 | 質偲^ | 11101000101100111010101011100101100000011011001001011110 | e8b3aae581b25e |
UHC | 質?^ | 11110010111101010011111101011110 | f2f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)