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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
UTF-8 | 횪챈횪횕v | 11101101100110101010101011101100101100011000100011101101100110101010101011101101100110101001010101110110 | ed9aaaecb188ed9aaaed9a9576 |
UHC | 횪챈횪횕v | 110000111010000011000011101001101100001110100000110000111000111101110110 | c3a0c3a6c3a0c38f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)