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 | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
SJIS-WIN | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
EUC-JP | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
UTF-8 | 채짢혗챔혨G챈챤 | 11101100101100011000010011101100101001111010001011101101100110001001011111101100101100011001010011101101100110001010100001000111111011001011000110001000111011001011000110100100 | ecb184eca7a2ed9897ecb194ed98a847ecb188ecb1a4 |
UHC | 채짢혗챔혨G챈챤 | 110000111010010011000010101010001100001010000010110000111010100011000010100100000100011111000011101001101100001110101110 | c3a4c2a8c282c3a8c29047c3a6c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)