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`G² | 10010010010001111001000110011011100110100110000010010010010001111001000110110010 | 9247919b9a60924791b2 |
SJIS-WIN | ?G???`?G?? | 00111111010001110011111100111111001111110110000000111111010001110011111100111111 | 3f473f3f3f603f473f3f |
EUC-JP | ?G???`?G?? | 00111111010001110011111100111111001111110110000000111111010001110011111100111111 | 3f473f3f3f603f473f3f |
UTF-8 | G`G² | 1100001010010010010001111100001010010001110000101001101111000010100110100110000011000010100100100100011111000010100100011100001010110010 | c29247c291c29bc29a60c29247c291c2b2 |
UHC | ?G???`?G?² | 0011111101000111001111110011111100111111011000000011111101000111001111111010100111110111 | 3f473f3f3f603f473fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)