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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 혨횊챈횥챌횞F | 11101101100110001010100011101101100110101000101011101100101100011000100011101101100110101010010111101100101100011000110011101101100110101001111001000110 | ed98a8ed9a8aecb188ed9aa5ecb18ced9a9e46 |
UHC | 혨횊챈횥챌횞F | 11000010100100001100001110001000110000111010011011000011100111001100001110100111110000111001011101000110 | c290c388c3a6c39cc3a7c39746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)