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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 奝漆}奝漆{^ | 1111101010100010100011101011110101111101111110101010001010001110101111010111101101011110 | faa28ebd7dfaa28ebd7b5e |
EUC-JP | 奝漆}奝漆{^ | 10001111101110001111100010111100101111110111110110001111101110001111100010111100101111110111101101011110 | 8fb8f8bcbf7d8fb8f8bcbf7b5e |
UTF-8 | 奝漆}奝漆{^ | 111001011010010110011101111001101011110010000110011111011110010110100101100111011110011010111100100001100111101101011110 | e5a59de6bc867de5a59de6bc867b5e |
UHC | ?漆}?漆{^ | 001111111111011011010100011111010011111111110110110101000111101101011110 | 3ff6d47d3ff6d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)