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 | ùAùAB | 10011110111110010100000110011110111110010100000101000010 | 9ef9419ef94142 |
SJIS-WIN | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
EUC-JP | ?ùA?ùAB | 0011111110001111101010111110001101000001001111111000111110101011111000110100000101000010 | 3f8fabe3413f8fabe34142 |
UTF-8 | ùAùAB | 1100001010011110110000111011100101000001110000101001111011000011101110010100000101000010 | c29ec3b941c29ec3b94142 |
UHC | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)