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 | 遶ェ雉頑搗 | 111001111010101110101010111010001011001110001010111001101001110110010001 | e7abaae8b38ae69d91 |
EUC-JP | 遶ェ雉頑搗 | 11101110101011011000111010101010111100001011010110110100111010001101100111110001 | eead8eaaf0b5b4e8d9f1 |
UTF-8 | 遶ェ雉頑搗 | 111010011000000110110110111011111011110110101010111010011001101110001001111010011010000010010001111001101001000010010111 | e981b6efbdaae99b89e9a091e69097 |
UHC | ??雉頑搗 | 0011111100111111111101101100101111101000110101111101001111111101 | 3f3ff6cbe8d7d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)