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 | 淨賂?蜂? | 1001111111000100100110000100011100111111100101100100100100111111 | 9fc498473f96493f |
EUC-JP | 淨賂?蜂珙 | 11011110110001101100111110101000001111111100101110101010100011111100101111110001 | dec6cfa83fcbaa8fcbf1 |
UTF-8 | 淨賂렱蜂珙 | 111001101011011110101000111010001011001110000010111010111010000010110001111010001001110010000010111001111000111110011001 | e6b7a8e8b382eba0b1e89c82e78f99 |
UHC | 淨賂렱蜂珙 | 11101111111001001101011011110001100011101011111011011100111100001100110111110101 | efe4d6f18ebedcf0cdf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)