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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ??v | 001111110011111101110110 | 3f3f76 |
EUC-JP | 饔?v | 1000111111101000111011110011111101110110 | 8fe8ef3f76 |
UTF-8 | 饔렟v | 11101001101001011001010011101011101000001001111101110110 | e9a594eba09f76 |
UHC | 饔렟v | 1110100010111101100011101011000001110110 | e8bd8eb076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)