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 | ñù¤ë½ñ\ | 11110001111110011010010011101011101111011111000101011100 | f1f9a4ebbdf15c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ñù¤ë?ñ\ | 1000111110101011110100001000111110101011111000111000111110100010111100001000111110101011101100110011111110001111101010111101000001011100 | 8fabd08fabe38fa2f08fabb33f8fabd05c |
UTF-8 | ñù¤ë½ñ\ | 11000011101100011100001110111001110000101010010011000011101010111100001010111101110000111011000101011100 | c3b1c3b9c2a4c3abc2bdc3b15c |
UHC | ??¤?½?\ | 001111110011111110100010101101000011111110101000111101100011111101011100 | 3f3fa2b43fa8f63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)