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 | àwB | 1110000010011100100011110111011101000010 | e09c8f7742 |
SJIS-WIN | ???wB | 0011111100111111001111110111011101000010 | 3f3f3f7742 |
EUC-JP | à??wB | 10001111101010111010001000111111001111110111011101000010 | 8faba23f3f7742 |
UTF-8 | àwB | 1100001110100000110000101001110011000010100011110111011101000010 | c3a0c29cc28f7742 |
UHC | ???wB | 0011111100111111001111110111011101000010 | 3f3f3f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)