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 | ñö¥¬ | 11110001111101101010010110101100 | f1f6a5ac |
SJIS-WIN | ??¥¬ | 001111110011111110000001100011111000000111001010 | 3f3f818f81ca |
EUC-JP | ñö?¬ | 100011111010101111010000100011111010101111010011001111111010001011001100 | 8fabd08fabd33fa2cc |
UTF-8 | ñö¥¬ | 1100001110110001110000111011011011000010101001011100001010101100 | c3b1c3b6c2a5c2ac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)