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?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
SJIS-WIN | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
EUC-JP | ?G?e?G?e^ | 001111110100011100111111011001010011111101000111001111110110010101011110 | 3f473f653f473f655e |
UTF-8 | 챗G창e챗G창e^ | 1110110010110001100101110100011111101100101100001011110101100101111011001011000110010111010001111110110010110000101111010110010101011110 | ecb19747ecb0bd65ecb19747ecb0bd655e |
UHC | 챗G창e챗G창e^ | 11000011101010100100011111000011101000100110010111000011101010100100011111000011101000100110010101011110 | c3aa47c3a265c3aa47c3a2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)