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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェミ靤ス錝 | 100011111100110110101010110100001110100011010000101111011111101111011101 | 8fcdaad0e8d0bdfbdd |
EUC-JP | 章ェミ靤ス錝 | 10111110110011111000111010101010100011101101000011110000110100101000111010111101100011111110010011011011 | becf8eaa8ed0f0d28ebd8fe4db |
UTF-8 | 章ェミ靤ス錝 | 111001111010101110100000111011111011110110101010111011111011111010010000111010011001110110100100111011111011110110111101111010011000110010011101 | e7aba0efbdaaefbe90e99da4efbdbde98c9d |
UHC | 章????? | 11101101111100010011111100111111001111110011111100111111 | edf13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)