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 | ñà¼çÉ | 1111000111100000101111001110011111001001 | f1e0bce7c9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñà?çÉ | 10001111101010111101000010001111101010111010001000111111100011111010101110101110100011111010101010110001 | 8fabd08faba23f8fabae8faab1 |
UTF-8 | ñà¼çÉ | 11000011101100011100001110100000110000101011110011000011101001111100001110001001 | c3b1c3a0c2bcc3a7c389 |
UHC | ??¼?? | 001111110011111110101000111110010011111100111111 | 3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)