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 | 遶ェ螟壼ア柯 | 11100111101010111010101011100101101001001001101011100101101100011001111001101000 | e7abaae5a49ae5b19e68 |
EUC-JP | 遶ェ螟壼ア柯 | 111011101010110110001110101010101110101010100110110101001110011110001110101100011101101111001001 | eead8eaaeaa6d4e78eb1dbc9 |
UTF-8 | 遶ェ螟壼ア柯 | 111010011000000110110110111011111011110110101010111010001001111010011111111001011010001110111100111011111011110110110001111001101001111110101111 | e981b6efbdaae89e9fe5a3bcefbdb1e69faf |
UHC | ??螟??柯 | 0011111100111111110110011010110100111111001111111100101010101111 | 3f3fd9ad3f3fcaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)