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 | æ~à | 110000111000001111000010101001100111111011000011 | c383c2a67ec3 |
SJIS-WIN | ????~? | 001111110011111100111111001111110111111000111111 | 3f3f3f3f7e3f |
EUC-JP | �¦~à | 1000111110101010101010100011111110001111101010101010010010001111101000101100001101111110100011111010101010101010 | 8faaaa3f8faaa48fa2c37e8faaaa |
UTF-8 | æ~à | 1100001110000011110000101000001111000011100000101100001010100110011111101100001110000011 | c383c283c382c2a67ec383 |
UHC | ????~? | 001111110011111100111111001111110111111000111111 | 3f3f3f3f7e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)