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{^ | 1000110011001111001111110110111001111101100011001100111100111111011011100111101101011110 | 8ccf3f6e7d8ccf3f6e7b5e |
EUC-JP | 狐?n}狐?n{^ | 1011100011010001001111110110111001111101101110001101000100111111011011100111101101011110 | b8d13f6e7db8d13f6e7b5e |
UTF-8 | 狐豈n}狐豈n{^ | 1110011110001011100100001110111110100100100000000110111001111101111001111000101110010000111011111010010010000000011011100111101101011110 | e78b90efa4806e7de78b90efa4806e7b5e |
UHC | 狐豈n}狐豈n{^ | 11111011110011111100101111010000011011100111110111111011110011111100101111010000011011100111101101011110 | fbcfcbd06e7dfbcfcbd06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)