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 | ??§^ | 00111111001111111010011101011110 | 3f3fa75e |
SJIS-WIN | 鞜倬§^ | 11101000110111111001100011101001100000011001100001011110 | e8df98e981985e |
EUC-JP | 鞜倬§^ | 11110000111000011101000011101011101000011111100001011110 | f0e1d0eba1f85e |
UTF-8 | 鞜倬§^ | 111010011001111010011100111001011000000010101100110000101010011101011110 | e99e9ce580acc2a75e |
UHC | ?倬§^ | 001111111111011011110000101000011101011101011110 | 3ff6f0a1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)