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 | ùþç¾ | 111110011111111010011011111001111001011010111110 | f9fe9be796be |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ùþ?ç?? | 100011111010101111100011100011111010100111010000001111111000111110101011101011100011111100111111 | 8fabe38fa9d03f8fabae3f3f |
UTF-8 | ùþç¾ | 110000111011100111000011101111101100001010011011110000111010011111000010100101101100001010111110 | c3b9c3bec29bc3a7c296c2be |
UHC | ?þ???¾ | 0011111110101001101011010011111100111111001111111010100011111010 | 3fa9ad3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)