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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕イ隱、蝮ゥ | 111010011000000110110010111010001010101010100100111001011001110110101001 | e981b2e8aaa4e59da9 |
EUC-JP | 驕イ隱、蝮ゥ | 111100011110000110001110101100101111000010101100100011101010010011101001111111011000111010101001 | f1e18eb2f0ac8ea4e9fd8ea9 |
UTF-8 | 驕イ隱、蝮ゥ | 111010011010100110010101111011111011110110110010111010011001101010110001111011111011110110100100111010001001110110101110111011111011110110101001 | e9a995efbdb2e99ab1efbda4e89daeefbda9 |
UHC | 驕?隱??? | 1100111011110110001111111110101111011111001111110011111100111111 | cef63febdf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)