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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 程?殞??? | 1001001011110110001111111001111101101101001111110011111100111111 | 92f63f9f6d3f3f3f |
EUC-JP | 程?殞?焌? | 11000100111110000011111111011101110011100011111110001111110010011110100000111111 | c4f83fddce3f8fc9e83f |
UTF-8 | 程렣殞렓焌렠 | 111001111010100010001011111010111010000010100011111001101010111010011110111010111010000010010011111001111000010010001100111010111010000010100000 | e7a88beba0a3e6ae9eeba093e7848ceba0a0 |
UHC | 程렣殞렓焌렠 | 111011111110111110001110101101001110100111111001100011101010100011110001111000001000111010110001 | efef8eb4e9f98ea8f1e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)