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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
UTF-8 | 챙횁채횕Y | 11101100101100011001100111101101100110101000000111101100101100011000010011101101100110101001010101011001 | ecb199ed9a81ecb184ed9a9559 |
UHC | 챙횁채횕Y | 110000111010110011000011100000011100001110100100110000111000111101011001 | c3acc381c3a4c38f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)