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 | ñéÖûĨ | 111100011110100111010110111110111100010010101000 | f1e9d6fbc4a8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ñéÖûĨ | 1000111110101011110100001000111110101011101100011000111110101010110100111000111110101011111001011000111110101010101000111010000110101111 | 8fabd08fabb18faad38fabe58faaa3a1af |
UTF-8 | ñéÖûĨ | 110000111011000111000011101010011100001110010110110000111011101111000011100001001100001010101000 | c3b1c3a9c396c3bbc384c2a8 |
UHC | ?????¨ | 00111111001111110011111100111111001111111010000110100111 | 3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)