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 | ù¢¢ | 111110011010001010100010 | f9a2a2 |
SJIS-WIN | ?¢¢ | 0011111110000001100100011000000110010001 | 3f81918191 |
EUC-JP | ù¢¢ | 10001111101010111110001110100001111100011010000111110001 | 8fabe3a1f1a1f1 |
UTF-8 | ù¢¢ | 110000111011100111000010101000101100001010100010 | c3b9c2a2c2a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)