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 | 程?殞?雋龍 | 10010010111101100011111110011111011011010011111111101000101100101001011110110100 | 92f63f9f6d3fe8b297b4 |
EUC-JP | 程?殞?雋龍 | 11000100111110000011111111011101110011100011111111110000101101001100111010110110 | c4f83fddce3ff0b4ceb6 |
UTF-8 | 程렣殞렓雋龍 | 111001111010100010001011111010111010000010100011111001101010111010011110111010111010000010010011111010011001101110001011111010011011111010001101 | e7a88beba0a3e6ae9eeba093e99b8be9be8d |
UHC | 程렣殞렓雋龍 | 111011111110111110001110101101001110100111111001100011101010100011110001111001101101011110100011 | efef8eb4e9f98ea8f1e6d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)