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 | 化訌^ | 1000100110111011111001100110000001011110 | 89bbe6605e |
EUC-JP | 化訌^ | 1011001010111101111010111100000101011110 | b2bdebc15e |
UTF-8 | 化訌^ | 11100101100011001001011011101000101010001000110001011110 | e58c96e8a88c5e |
UHC | 化訌^ | 1111101111111001111110111111011101011110 | fbf9fbf75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)