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 | ñæ¯íù© | 1111000111100110100011101010111111101101111110011000111010101001 | f1e68eafedf98ea9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñæ?¯íù?© | 1000111110101011110100001000111110101001110000010011111110001111101000101011010010001111101010111011111110001111101010111110001100111111100011111010001011101101 | 8fabd08fa9c13f8fa2b48fabbf8fabe33f8fa2ed |
UTF-8 | ñæ¯íù© | 11000011101100011100001110100110110000101000111011000010101011111100001110101101110000111011100111000010100011101100001010101001 | c3b1c3a6c28ec2afc3adc3b9c28ec2a9 |
UHC | ?æ?????? | 001111111010100110100001001111110011111100111111001111110011111100111111 | 3fa9a13f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)