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 | 程?殞?源謗 | 10010010111101100011111110011111011011010011111110001100101110011110011010001110 | 92f63f9f6d3f8cb9e68e |
EUC-JP | 程?殞?源謗 | 11000100111110000011111111011101110011100011111110111000101110111110101111101110 | c4f83fddce3fb8bbebee |
UTF-8 | 程렣殞렓源謗 | 111001111010100010001011111010111010000010100011111001101010111010011110111010111010000010010011111001101011101010010000111010001010110010010111 | e7a88beba0a3e6ae9eeba093e6ba90e8ac97 |
UHC | 程렣殞렓源謗 | 111011111110111110001110101101001110100111111001100011101010100011101010101110011101101110111111 | efef8eb4e9f98ea8eab9dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)