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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
UTF-8 | 혦횤혦쩔혱e | 11101101100110001010011011101101100110101010010011101101100110001010011011101100101010011001010011101101100110001011000101100101 | ed98a6ed9aa4ed98a6eca994ed98b165 |
UHC | 혦횤혦쩔혱e | 1100001010001110110000111001101111000010100011101100001010111111110000101001100001100101 | c28ec39bc28ec2bfc29865 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)