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 | 狡羸蝎 | 111000001100001011100011101111101110010110011001 | e0c2e3bee599 |
EUC-JP | 狡羸蝎 | 111000001100010011100110110000001110100111111001 | e0c4e6c0e9f9 |
UTF-8 | 狡羸蝎 | 111001111000101110100001111001111011111010111000111010001001110110001110 | e78ba1e7beb8e89d8e |
UHC | 狡羸蝎 | 110011101110101011010111111010001100101011101001 | ceead7e8cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)