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 | âÌ~ | 111000101100110001111110 | e2cc7e |
SJIS-WIN | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | âÌ~ | 10001111101010111010010010001111101010101100000001111110 | 8faba48faac07e |
UTF-8 | âÌ~ | 1100001110100010110000111000110001111110 | c3a2c38c7e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)