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 | å®PB | 11100101101011101000000110001010100011010101000001000010 | e5ae818a8d5042 |
SJIS-WIN | ?????PB | 00111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f5042 |
EUC-JP | å®???PB | 1000111110101011101010011000111110100010111011100011111100111111001111110101000001000010 | 8faba98fa2ee3f3f3f5042 |
UTF-8 | å®PB | 110000111010010111000010101011101100001010000001110000101000101011000010100011010101000001000010 | c3a5c2aec281c28ac28d5042 |
UHC | ?®???PB | 0011111110100010111001110011111100111111001111110101000001000010 | 3fa2e73f3f3f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)