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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 翩羆n}翩羆n{^ | 11100011110001111110001110101111011011100111110111100011110001111110001110101111011011100111101101011110 | e3c7e3af6e7de3c7e3af6e7b5e |
EUC-JP | 翩羆n}翩羆n{^ | 11100110110010011110011010110001011011100111110111100110110010011110011010110001011011100111101101011110 | e6c9e6b16e7de6c9e6b16e7b5e |
UTF-8 | 翩羆n}翩羆n{^ | 1110011110111111101010011110011110111110100001100110111001111101111001111011111110101001111001111011111010000110011011100111101101011110 | e7bfa9e7be866e7de7bfa9e7be866e7b5e |
UHC | 翩?n}翩?n{^ | 1111100010111011001111110110111001111101111110001011101100111111011011100111101101011110 | f8bb3f6e7df8bb3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)