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 | å®P | 111001011010111010000001100010101000110101010000 | e5ae818a8d50 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | å®???P | 10001111101010111010100110001111101000101110111000111111001111110011111101010000 | 8faba98fa2ee3f3f3f50 |
UTF-8 | å®P | 1100001110100101110000101010111011000010100000011100001010001010110000101000110101010000 | c3a5c2aec281c28ac28d50 |
UHC | ?®???P | 00111111101000101110011100111111001111110011111101010000 | 3fa2e73f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)