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 | ñæ¹Î | 11110001111001101011100111001110 | f1e6b9ce |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ñæ?Î | 10001111101010111101000010001111101010011100000100111111100011111010101011000010 | 8fabd08fa9c13f8faac2 |
UTF-8 | ñæ¹Î | 1100001110110001110000111010011011000010101110011100001110001110 | c3b1c3a6c2b9c38e |
UHC | ?æ¹? | 001111111010100110100001101010011111011000111111 | 3fa9a1a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)