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±¹^ | 10010010010001111001000110110001100100011011100101011110 | 924791b191b95e |
SJIS-WIN | ?G?±??^ | 0011111101000111001111111000000101111101001111110011111101011110 | 3f473f817d3f3f5e |
EUC-JP | ?G?±??^ | 0011111101000111001111111010000111011110001111110011111101011110 | 3f473fa1de3f3f5e |
UTF-8 | G±¹^ | 110000101001001001000111110000101001000111000010101100011100001010010001110000101011100101011110 | c29247c291c2b1c291c2b95e |
UHC | ?G?±?¹^ | 001111110100011100111111101000011011111000111111101010011111011001011110 | 3f473fa1be3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)