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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 煜?莊?E | 11111011010101010011111111100100101101010011111101000101 | fb553fe4b53f45 |
EUC-JP | 煜?莊?E | 1000111111001001111111000011111111101000101101110011111101000101 | 8fc9fc3fe8b73f45 |
UTF-8 | 煜렎莊렯E | 11100111100001011001110011101011101000001000111011101000100011101000101011101011101000001010111101000101 | e7859ceba08ee88e8aeba0af45 |
UHC | 煜렎莊렯E | 111010011111001010001110101001001110110111110110100011101011110001000101 | e9f28ea4edf68ebc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)