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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??資 | 00111111001111111000111010010001 | 3f3f8e91 |
EUC-JP | ??資 | 00111111001111111011101111110001 | 3f3fbbf1 |
UTF-8 | 인뤺資 | 111011001001110110111000111010111010010010111010111010001011001110000111 | ec9db8eba4bae8b387 |
UHC | 인뤺資 | 110000001100111010001111111010001110110111000000 | c0ce8fe8edc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)