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???G??^ | 001111110100011100111111001111110011111101000111001111110011111101011110 | 3f473f3f3f473f3f5e |
SJIS-WIN | ?G???G??^ | 001111110100011100111111001111110011111101000111001111110011111101011110 | 3f473f3f3f473f3f5e |
EUC-JP | ?G???G??^ | 001111110100011100111111001111110011111101000111001111110011111101011110 | 3f473f3f3f473f3f5e |
UTF-8 | 챗G챈쨘챗G챈쨘^ | 111011001011000110010111010001111110110010110001100010001110110010101000100110001110110010110001100101110100011111101100101100011000100011101100101010001001100001011110 | ecb19747ecb188eca898ecb19747ecb188eca8985e |
UHC | 챗G챈쨘챗G챈쨘^ | 110000111010101001000111110000111010011011000010101110101100001110101010010001111100001110100110110000101011101001011110 | c3aa47c3a6c2bac3aa47c3a6c2ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)