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 | àÛèëàÑ | 1110000011011011111010001110101111100000110100011001110010000001 | e0dbe8ebe0d19c81 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | àÛèëàÑ?? | 1000111110101011101000101000111110101010111001011000111110101011101100101000111110101011101100111000111110101011101000101000111110101010110100000011111100111111 | 8faba28faae58fabb28fabb38faba28faad03f3f |
UTF-8 | àÛèëàÑ | 11000011101000001100001110011011110000111010100011000011101010111100001110100000110000111001000111000010100111001100001010000001 | c3a0c39bc3a8c3abc3a0c391c29cc281 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)