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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 冓羇邱h冓 | 100110010110100111100011101100101110011110110111011010001001100101101001 | 9969e3b2e7b7689969 |
EUC-JP | 冓羇邱h冓 | 110100011100101011100110101101001110111010111001011010001101000111001010 | d1cae6b4eeb968d1ca |
UTF-8 | 冓羇邱h冓 | 11100101100001101001001111100111101111101000011111101001100000101011000101101000111001011000011010010011 | e58693e7be87e982b168e58693 |
UHC | ??邱h? | 001111110011111111001111110010000110100000111111 | 3f3fcfc8683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)