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© | 10010010010001111001000110101001100100011011010010010010010001111001000110101001 | 924791a991b4924791a9 |
SJIS-WIN | ?G???´?G?? | 0011111101000111001111110011111100111111100000010100110000111111010001110011111100111111 | 3f473f3f3f814c3f473f3f |
EUC-JP | ?G?©?´?G?© | 001111110100011100111111100011111010001011101101001111111010000110101101001111110100011100111111100011111010001011101101 | 3f473f8fa2ed3fa1ad3f473f8fa2ed |
UTF-8 | G©´G© | 110000101001001001000111110000101001000111000010101010011100001010010001110000101011010011000010100100100100011111000010100100011100001010101001 | c29247c291c2a9c291c2b4c29247c291c2a9 |
UHC | ?G???´?G?? | 0011111101000111001111110011111100111111101000101010010100111111010001110011111100111111 | 3f473f3f3fa2a53f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)