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¯º | 100100100100011110010001101011111001000110111010 | 924791af91ba |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G?¯?º | 00111111010001110011111110001111101000101011010000111111100011111010001011101011 | 3f473f8fa2b43f8fa2eb |
UTF-8 | G¯º | 1100001010010010010001111100001010010001110000101010111111000010100100011100001010111010 | c29247c291c2afc291c2ba |
UHC | ?G???º | 00111111010001110011111100111111001111111010100010101100 | 3f473f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)