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 | ñÂçÛ~ | 1111000111000010111001111101101101111110 | f1c2e7db7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ñÂçÛ~ | 10001111101010111101000010001111101010101010010010001111101010111010111010001111101010101110010101111110 | 8fabd08faaa48fabae8faae57e |
UTF-8 | ñÂçÛ~ | 110000111011000111000011100000101100001110100111110000111001101101111110 | c3b1c382c3a7c39b7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)