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 | GFº» | 1001001001000111100100100100011010010001101110101001000110111011 | 9247924691ba91bb |
SJIS-WIN | ?G?F???? | 0011111101000111001111110100011000111111001111110011111100111111 | 3f473f463f3f3f3f |
EUC-JP | ?G?F?º?? | 00111111010001110011111101000110001111111000111110100010111010110011111100111111 | 3f473f463f8fa2eb3f3f |
UTF-8 | GFº» | 1100001010010010010001111100001010010010010001101100001010010001110000101011101011000010100100011100001010111011 | c29247c29246c291c2bac291c2bb |
UHC | ?G?F?º?? | 001111110100011100111111010001100011111110101000101011000011111100111111 | 3f473f463fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)