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 | ñðÈç | 11110001111100001100100011100111 | f1f0c8e7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ñðÈç | 100011111010101111010000100011111010100111000011100011111010101010110010100011111010101110101110 | 8fabd08fa9c38faab28fabae |
UTF-8 | ñðÈç | 1100001110110001110000111011000011000011100010001100001110100111 | c3b1c3b0c388c3a7 |
UHC | ?ð?? | 0011111110101001101000110011111100111111 | 3fa9a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)