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 | å´§^ | 11100101101101001010011101011110 | e5b4a75e |
SJIS-WIN | ?´§^ | 001111111000000101001100100000011001100001011110 | 3f814c81985e |
EUC-JP | å´§^ | 1000111110101011101010011010000110101101101000011111100001011110 | 8faba9a1ada1f85e |
UTF-8 | å´§^ | 11000011101001011100001010110100110000101010011101011110 | c3a5c2b4c2a75e |
UHC | ?´§^ | 001111111010001010100101101000011101011101011110 | 3fa2a5a1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)