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 | ñà}nB | 100111111111000111100000011111010110111001000010 | 9ff1e07d6e42 |
SJIS-WIN | ???}nB | 001111110011111100111111011111010110111001000010 | 3f3f3f7d6e42 |
EUC-JP | ?ñà}nB | 00111111100011111010101111010000100011111010101110100010011111010110111001000010 | 3f8fabd08faba27d6e42 |
UTF-8 | ñà}nB | 110000101001111111000011101100011100001110100000011111010110111001000010 | c29fc3b1c3a07d6e42 |
UHC | ???}nB | 001111110011111100111111011111010110111001000010 | 3f3f3f7d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)