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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 猷??佚?^ | 1001011101010001001111110011111110011000110000110011111101011110 | 97513f3f98c33f5e |
EUC-JP | 猷??佚?^ | 1100110110110010001111110011111111010000110001010011111101011110 | cdb23f3fd0c53f5e |
UTF-8 | 猷득낄佚퇯^ | 11100111100011001011011111101011100100111001110111101011100000101000010011100100101111011001101011101101100001111010111101011110 | e78cb7eb939deb8284e4bd9aed87af5e |
UHC | 猷득낄佚퇯^ | 1110101110100011101101011110011010110011101001011110110011101010101110000110010101011110 | eba3b5e6b3a5eceab8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)