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 | ñæóÛý | 1111000111100110111100111101101111111101 | f1e6f3dbfd |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñæóÛý | 100011111010101111010000100011111010100111000001100011111010101111010001100011111010101011100101100011111010101111110010 | 8fabd08fa9c18fabd18faae58fabf2 |
UTF-8 | ñæóÛý | 11000011101100011100001110100110110000111011001111000011100110111100001110111101 | c3b1c3a6c3b3c39bc3bd |
UHC | ?æ??? | 001111111010100110100001001111110011111100111111 | 3fa9a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)