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 | 昇ゥセ瑟 | 1000111110111000111110001011110010101001101111101110000011101100 | 8fb8f8bca9bee0ec |
EUC-JP | 昇?ゥセ瑟 | 101111101011101000111111100011101010100110001110101111101110000011101110 | beba3f8ea98ebee0ee |
UTF-8 | 昇ゥセ瑟 | 111001101001100010000111111011101001100110011011111011111011110110101001111011111011110110111110111001111001000110011111 | e69887ee999befbda9efbdbee7919f |
UHC | 昇???瑟 | 11100011101100000011111100111111001111111110001110100010 | e3b03f3f3fe3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)