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 | ????S? | 001111110011111100111111001111110101001100111111 | 3f3f3f3f533f |
SJIS-WIN | ????S? | 001111110011111100111111001111110101001100111111 | 3f3f3f3f533f |
EUC-JP | ????S? | 001111110011111100111111001111110101001100111111 | 3f3f3f3f533f |
UTF-8 | 횧천횧챦S횧 | 11101101100110101010011111101100101100101001110011101101100110101010011111101100101100011010011001010011111011011001101010100111 | ed9aa7ecb29ced9aa7ecb1a653ed9aa7 |
UHC | 횧천횧챦S횧 | 1100001110011110110000111011010111000011100111101100001110101111010100111100001110011110 | c39ec3b5c39ec3af53c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)