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 | ¸à | 1100001010001111110000101011100011000011 | c28fc2b8c3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | �¸à | 10001111101010101010010000111111100011111010101010100100100011111010001010110001100011111010101010101010 | 8faaa43f8faaa48fa2b18faaaa |
UTF-8 | ¸à | 11000011100000101100001010001111110000111000001011000010101110001100001110000011 | c382c28fc382c2b8c383 |
UHC | ???¸? | 001111110011111100111111101000101010110000111111 | 3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)