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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髫俯摯窶鰐 | 11101001100110101001100011101011100111011001010111100010100000001001100001101011 | e99a98eb9d95e280986b |
EUC-JP | 髫俯摯窶鰐 | 11110001111110101101000011101101110110011111010111100011111000001100111111001100 | f1fad0edd9f5e3e0cfcc |
UTF-8 | 髫俯摯窶鰐 | 111010011010101110101011111001001011111110101111111001101001000110101111111001111010101010110110111010011011000010010000 | e9ababe4bfafe691afe7aab6e9b090 |
UHC | ?俯摯?鰐 | 0011111111011100111101101111001010100111001111111110010011001010 | 3fdcf6f2a73fe4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)