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 | 髮戊ご蝮ゥ | 111010011001101110010101111010001000001010110010111001011001110110101001 | e99b95e882b2e59da9 |
EUC-JP | 髮戊ご蝮ゥ | 11110001111110111100101011101010101001001011010011101001111111011000111010101001 | f1fbcaeaa4b4e9fd8ea9 |
UTF-8 | 髮戊ご蝮ゥ | 111010011010101110101110111001101000100010001010111000111000000110010100111010001001110110101110111011111011110110101001 | e9abaee6888ae38194e89daeefbda9 |
UHC | 髮戊ご?? | 1101101110100101110110011110011010101010101101000011111100111111 | dba5d9e6aab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)