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½Bä¶ | 1001001001000111100100011011110110010011010000101110010010110110 | 924791bd9342e4b6 |
SJIS-WIN | ?G???B?¶ | 001111110100011100111111001111110011111101000010001111111000000111110111 | 3f473f3f3f423f81f7 |
EUC-JP | ?G???Bä¶ | 0011111101000111001111110011111100111111010000101000111110101011101000111010001011111001 | 3f473f3f3f428faba3a2f9 |
UTF-8 | G½Bä¶ | 1100001010010010010001111100001010010001110000101011110111000010100100110100001011000011101001001100001010110110 | c29247c291c2bdc29342c3a4c2b6 |
UHC | ?G?½?B?¶ | 00111111010001110011111110101000111101100011111101000010001111111010001011010010 | 3f473fa8f63f423fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)