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 | 髮狗侠 | 111010011001101110001011111001111000101110100000 | e99b8be78ba0 |
EUC-JP | 髮狗侠 | 111100011111101110110110111010011011011010100010 | f1fbb6e9b6a2 |
UTF-8 | 髮狗侠 | 111010011010101110101110111001111000101110010111111001001011111010100000 | e9abaee78b97e4bea0 |
UHC | 髮狗? | 1101101110100101110011111011011100111111 | dba5cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)