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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
UTF-8 | 쩐짚혧횑횢] | 11101100101010011001000011101100101001111001101011101101100110001010011111101101100110101001000111101101100110101010001001011101 | eca990eca79aed98a7ed9a91ed9aa25d |
UHC | 쩐짚혧횑횢] | 1100001010111110110000101010010011000010100011111100001110001100110000111001100101011101 | c2bec2a4c28fc38cc3995d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)