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 | 11101001101000111001111101101000 | e9a39f68 |
SJIS-WIN | ?£?h | 0011111110000001100100100011111101101000 | 3f81923f68 |
EUC-JP | �h | 10001111101010111011000110100001111100100011111101101000 | 8fabb1a1f23f68 |
UTF-8 | é£h | 11000011101010011100001010100011110000101001111101101000 | c3a9c2a3c29f68 |
UHC | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)