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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??殞?窪?h | 001111110011111110011111011011010011111110001100010001010011111101101000 | 3f3f9f6d3f8c453f68 |
EUC-JP | ??殞?窪?h | 001111110011111111011101110011100011111110110111101001100011111101101000 | 3f3fddce3fb7a63f68 |
UTF-8 | 諪렚殞렓窪렜h | 11101000101010111010101011101011101000001001101011100110101011101001111011101011101000001001001111100111101010101010101011101011101000001001110001101000 | e8abaaeba09ae6ae9eeba093e7aaaaeba09c68 |
UHC | 諪렚殞렓窪렜h | 11101111111101011000111010101101111010011111100110001110101010001110100011000001100011101010111001101000 | eff58eade9f98ea8e8c18eae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)