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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蝌悩蝌巴E | 111001011001100010010100010110011110010110011000100101000110001001000101 | e5989459e598946245 |
EUC-JP | 蝌悩蝌巴E | 111010011111100011000111101110101110100111111000110001111100001101000101 | e9f8c7bae9f8c7c345 |
UTF-8 | 蝌悩蝌巴E | 11101000100111011000110011100110100000101010100111101000100111011000110011100101101101111011010001000101 | e89d8ce682a9e89d8ce5b7b445 |
UHC | ???巴E | 001111110011111100111111111101111110100101000101 | 3f3f3ff7e945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)