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 | 陟サ讌雁棧 | 111010001010000010111011111001101010010110001010111001011001111010100000 | e8a0bbe6a58ae59ea0 |
EUC-JP | 陟サ讌雁棧 | 11110000101000101000111010111011111011001010011110110100111001111101110010100010 | f0a28ebbeca7b4e7dca2 |
UTF-8 | 陟サ讌雁棧 | 111010011001100110011111111011111011110110111011111010001010111010001100111010011001101110000001111001101010001110100111 | e9999fefbdbbe8ae8ce99b81e6a3a7 |
UHC | 陟??雁棧 | 1111010010110011001111110011111111100100110100101110110111010000 | f4b33f3fe4d2edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)