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 | ñðÓ¦ | 11110001111100001101001110100110 | f1f0d3a6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ñðÓ¦ | 100011111010101111010000100011111010100111000011100011111010101011010001100011111010001011000011 | 8fabd08fa9c38faad18fa2c3 |
UTF-8 | ñðÓ¦ | 1100001110110001110000111011000011000011100100111100001010100110 | c3b1c3b0c393c2a6 |
UHC | ?ð?? | 0011111110101001101000110011111100111111 | 3fa9a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)