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 | エ鮴「鵆 | 1111000010110100101101001110100110111110101000101110100111111011 | f0b4b4e9bea2e9fb |
EUC-JP | ?エ鮴「鵆 | 001111111000111010110100111100101100000010001110101000101111001011111101 | 3f8eb4f2c08ea2f2fd |
UTF-8 | エ鮴「鵆 | 111011101000000110110011111011111011110110110100111010011010111010110100111011111011110110100010111010011011010110000110 | ee81b3efbdb4e9aeb4efbda2e9b586 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)