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 | 豢ゥ郢ー蟄 | 1110011010110100101010011110011110111001101100001110010110101101 | e6b4a9e7b9b0e5ad |
EUC-JP | 豢ゥ郢ー蟄 | 11101100101101101000111010101001111011101011101110001110101100001110101010101111 | ecb68ea9eebb8eb0eaaf |
UTF-8 | 豢ゥ郢ー蟄 | 111010001011000110100010111011111011110110101001111010011000001110100010111011111011110110110000111010001001111110000100 | e8b1a2efbda9e983a2efbdb0e89f84 |
UHC | ????蟄 | 001111110011111100111111001111111111011011011110 | 3f3f3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)