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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ◇????誘] | 100000011001111000111111001111110011111100111111100101110101010101011101 | 819e3f3f3f3f97555d |
EUC-JP | ◇????誘] | 101000011111111000111111001111110011111100111111110011011011011001011101 | a1fe3f3f3f3fcdb65d |
UTF-8 | ◇룫휁▣룫誘] | 11100010100101111000011111101011101000111010101111101101100111001000000111100010100101101010001111101011101000111010101111101000101010101001100001011101 | e29787eba3abed9c81e296a3eba3abe8aa985d |
UHC | ◇룫휁▣룫誘] | 10100001110111101000111110100010110001001000111110100010110000111000111110100010111010111010111101011101 | a1de8fa2c48fa2c38fa2ebaf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)