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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?串??? | 001111111000101111111000001111110011111100111111 | 3f8bf83f3f3f |
EUC-JP | ?串??đ | 0011111110110110111110100011111100111111100011111010100111000010 | 3fb6fa3f3f8fa9c2 |
UTF-8 | 룴串허롦đ | 1110101110100011101101001110010010111000101100101110110110010111100010001110101110100001101001101100010010010001 | eba3b4e4b8b2ed9788eba1a6c491 |
UHC | 룴串허롦đ | 10001111101010011100110111111010110001111110001110001110111001101010100110100010 | 8fa9cdfac7e38ee6a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)