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 | çè±@h | 1110011110000001100011001110100010110001100011100100000001101000 | e7818ce8b18e4068 |
SJIS-WIN | ????±?@h | 001111110011111100111111001111111000000101111101001111110100000001101000 | 3f3f3f3f817d3f4068 |
EUC-JP | ç??è±?@h | 10001111101010111010111000111111001111111000111110101011101100101010000111011110001111110100000001101000 | 8fabae3f3f8fabb2a1de3f4068 |
UTF-8 | çè±@h | 1100001110100111110000101000000111000010100011001100001110101000110000101011000111000010100011100100000001101000 | c3a7c281c28cc3a8c2b1c28e4068 |
UHC | ????±?@h | 001111110011111100111111001111111010000110111110001111110100000001101000 | 3f3f3f3fa1be3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)