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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 煽殞煽晳Y | 100100001111100010011111011011011001000011111000111110101101100101011001 | 90f89f6d90f8fad959 |
EUC-JP | 煽殞煽晳Y | 11000000111110101101110111001110110000001111101010001111110000101100010001011001 | c0faddcec0fa8fc2c459 |
UTF-8 | 煽殞煽晳Y | 11100111100001011011110111100110101011101001111011100111100001011011110111100110100110011011001101011001 | e785bde6ae9ee785bde699b359 |
UHC | 煽殞煽晳Y | 111000001100001111101001111110011110000011000011111000001010111101011001 | e0c3e9f9e0c3e0af59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)