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??h?G?? | 001111110100011100111111001111110110100000111111010001110011111100111111 | 3f473f3f683f473f3f |
SJIS-WIN | ?G??h?G?? | 001111110100011100111111001111110110100000111111010001110011111100111111 | 3f473f3f683f473f3f |
EUC-JP | ?G??h?G?? | 001111110100011100111111001111110110100000111111010001110011111100111111 | 3f473f3f683f473f3f |
UTF-8 | 챗G챈쨔h챗G챈쨔 | 111011001011000110010111010001111110110010110001100010001110110010101000100101000110100011101100101100011001011101000111111011001011000110001000111011001010100010010100 | ecb19747ecb188eca89468ecb19747ecb188eca894 |
UHC | 챗G챈쨔h챗G챈쨔 | 110000111010101001000111110000111010011011000010101110010110100011000011101010100100011111000011101001101100001010111001 | c3aa47c3a6c2b968c3aa47c3a6c2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)