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 | 1001101110010001111001010101011101000101 | 9b91e55745 |
EUC-JP | 尅藐E | 1101010111110001111010011011100001000101 | d5f1e9b845 |
UTF-8 | 尅藐E | 11100101101100001000010111101000100101111001000001000101 | e5b085e8979045 |
UHC | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)