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 | 德兌德兌^ | 111110101011101010011001010110111111101010111010100110010101101101011110 | faba995bfaba995b5e |
EUC-JP | ?兌?兌^ | 00111111110100011011110000111111110100011011110001011110 | 3fd1bc3fd1bc5e |
UTF-8 | 德兌德兌^ | 11100101101111101011011111100101100001011000110011100101101111101011011111100101100001011000110001011110 | e5beb7e5858ce5beb7e5858c5e |
UHC | 德兌德兌^ | 110100111110110011110111101110101101001111101100111101111011101001011110 | d3ecf7bad3ecf7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)