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 | 驍包・ | 1110100110000010100101011110111110100101 | e98295efa5 |
EUC-JP | 驍包・ | 111100011110001011001010111100011000111010100101 | f1e2caf18ea5 |
UTF-8 | 驍包・ | 111010011010100110001101111001011000110010000101111011111011110110100101 | e9a98de58c85efbda5 |
UHC | 驍包? | 1111110110100100111110001101000000111111 | fda4f8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)