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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髴畷擴岦イ | 111010011001110010010011111010111001110110110000111110101010110010110010 | e99c93eb9db0faacb2 |
EUC-JP | 髴畷擴岦イ | 1111000111111100110001101110110111011010101100101000111110111011101100111000111010110010 | f1fcc6eddab28fbbb38eb2 |
UTF-8 | 髴畷擴岦イ | 111010011010101110110100111001111001010110110111111001101001001110110100111001011011001010100110111011111011110110110010 | e9abb4e795b7e693b4e5b2a6efbdb2 |
UHC | ??擴?? | 001111110011111111111100101010100011111100111111 | 3f3ffcaa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)