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 | 1001100111111011100111110111101101000101 | 99fb9f7b45 |
EUC-JP | 哈毬E | 1101001011111101110111011101110001000101 | d2fddddc45 |
UTF-8 | 哈毬E | 11100101100100111000100011100110101011111010110001000101 | e59388e6afac45 |
UHC | 哈毬E | 1111100111101011110011111011001101000101 | f9ebcfb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)