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 | 義?? | 10001011011000000011111100111111 | 8b603f3f |
EUC-JP | 義?? | 10110101110000010011111100111111 | b5c13f3f |
UTF-8 | 義롪턃 | 111001111011111010101001111010111010000110101010111011011000010010000011 | e7bea9eba1aaed8483 |
UHC | 義롪턃 | 111010111111100110001110111010101011010110011111 | ebf98eeab59f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)