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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螟兌螟兌^ | 111001011010010010011001010110111110010110100100100110010101101101011110 | e5a4995be5a4995b5e |
EUC-JP | 螟兌螟兌^ | 111010101010011011010001101111001110101010100110110100011011110001011110 | eaa6d1bceaa6d1bc5e |
UTF-8 | 螟兌螟兌^ | 11101000100111101001111111100101100001011000110011101000100111101001111111100101100001011000110001011110 | e89e9fe5858ce89e9fe5858c5e |
UHC | 螟兌螟兌^ | 110110011010110111110111101110101101100110101101111101111011101001011110 | d9adf7bad9adf7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)