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 | 隴ス螟ら浣 | 111010001010110110111101111001011010010010000010111001111001111110101111 | e8adbde5a482e79faf |
EUC-JP | 隴ス螟ら浣 | 11110000101011111000111010111101111010101010011010100100111010011101111010110001 | f0af8ebdeaa6a4e9deb1 |
UTF-8 | 隴ス螟ら浣 | 111010011001101010110100111011111011110110111101111010001001111010011111111000111000001010001001111001101011010110100011 | e99ab4efbdbde89e9fe38289e6b5a3 |
UHC | ??螟ら浣 | 0011111100111111110110011010110110101010111010011110100011001011 | 3f3fd9adaae9e8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)