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 | ??l}??l{^ | 001111110011111101101100011111010011111100111111011011000111101101011110 | 3f3f6c7d3f3f6c7b5e |
SJIS-WIN | 巐ェl}巐ェl{^ | 1111101010110110101010100110110001111101111110101011011010101010011011000111101101011110 | fab6aa6c7dfab6aa6c7b5e |
EUC-JP | 巐ェl}巐ェl{^ | 100011111011101111111001100011101010101001101100011111011000111110111011111110011000111010101010011011000111101101011110 | 8fbbf98eaa6c7d8fbbf98eaa6c7b5e |
UTF-8 | 巐ェl}巐ェl{^ | 1110010110110111100100001110111110111101101010100110110001111101111001011011011110010000111011111011110110101010011011000111101101011110 | e5b790efbdaa6c7de5b790efbdaa6c7b5e |
UHC | ??l}??l{^ | 001111110011111101101100011111010011111100111111011011000111101101011110 | 3f3f6c7d3f3f6c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)