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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倚警辨 | 100110001101111110001100011110001001100110011110 | 98df8c78999e |
EUC-JP | 倚警辨 | 110100001110000110110111110110011101000111111110 | d0e1b7d9d1fe |
UTF-8 | 倚警辨 | 111001011000000010011010111010001010110110100110111010001011111010101000 | e5809ae8ada6e8bea8 |
UHC | 倚警辨 | 111010111110111111001100111011011101110010101001 | ebefcceddca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)