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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???殃?? | 00111111001111110011111110011111011010010011111100111111 | 3f3f3f9f693f3f |
EUC-JP | 旿??殃?? | 100011111100000111110100001111110011111111011101110010100011111100111111 | 8fc1f43f3fddca3f3f |
UTF-8 | 旿듿폊殃뤷꺅 | 111001101001011110111111111010111001001110111111111011011000111110001010111001101010111010000011111010111010010010110111111010101011101010000101 | e697bfeb93bfed8f8ae6ae83eba4b7eaba85 |
UHC | 旿듿폊殃뤷꺅 | 111001111111101010001010111001011011110010010101111001001110101010001111111001011011001010100110 | e7fa8ae5bc95e4ea8fe5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)