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 | 荳兌荳兌^ | 111001001011100010011001010110111110010010111000100110010101101101011110 | e4b8995be4b8995b5e |
EUC-JP | 荳兌荳兌^ | 111010001011101011010001101111001110100010111010110100011011110001011110 | e8bad1bce8bad1bc5e |
UTF-8 | 荳兌荳兌^ | 11101000100011011011001111100101100001011000110011101000100011011011001111100101100001011000110001011110 | e88db3e5858ce88db3e5858c5e |
UHC | 荳兌荳兌^ | 110101001110010111110111101110101101010011100101111101111011101001011110 | d4e5f7bad4e5f7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)