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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 攷菁E | 1001110110111101111001001100010101000101 | 9dbde4c545 |
EUC-JP | 攷菁E | 1101101010111111111010001100011101000101 | dabfe8c745 |
UTF-8 | 攷菁E | 11100110100101001011011111101000100011111000000101000101 | e694b7e88f8145 |
UHC | 攷菁E | 1100110110111001111101001110101001000101 | cdb9f4ea45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)