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{^ | 11100010010001110111110111100010010001110111101101011110 | e2477de2477b5e |
SJIS-WIN | ?G}?G{^ | 00111111010001110111110100111111010001110111101101011110 | 3f477d3f477b5e |
EUC-JP | âG}âG{^ | 1000111110101011101001000100011101111101100011111010101110100100010001110111101101011110 | 8faba4477d8faba4477b5e |
UTF-8 | âG}âG{^ | 110000111010001001000111011111011100001110100010010001110111101101011110 | c3a2477dc3a2477b5e |
UHC | ?G}?G{^ | 00111111010001110111110100111111010001110111101101011110 | 3f477d3f477b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)