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 | ??餘 | 00111111001111111110100101010000 | 3f3fe950 |
EUC-JP | ??餘 | 00111111001111111111000110110001 | 3f3ff1b1 |
UTF-8 | 롂렡餘 | 111010111010000110000010111010111010000010100001111010011010010010011000 | eba182eba0a1e9a498 |
UHC | 롂렡餘 | 100011101100100110001110101100101110011010101110 | 8ec98eb2e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)