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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 챦횇찾횤^ | 11101100101100011010011011101101100110101000011111101100101100001011111011101101100110101010010001011110 | ecb1a6ed9a87ecb0beed9aa45e |
UHC | 챦횇찾횤^ | 110000111010111111000011100001011100001110100011110000111001101101011110 | c3afc385c3a3c39b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)