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 | û½Y\ | 111110111011110110001110101011010101100101011100 | fbbd8ead595c |
SJIS-WIN | ????Y\ | 001111110011111100111111001111110101100101011100 | 3f3f3f3f595c |
EUC-JP | û???Y\ | 1000111110101011111001010011111100111111001111110101100101011100 | 8fabe53f3f3f595c |
UTF-8 | û½Y\ | 11000011101110111100001010111101110000101000111011000010101011010101100101011100 | c3bbc2bdc28ec2ad595c |
UHC | ?½?Y\ | 0011111110101000111101100011111110100001101010010101100101011100 | 3fa8f63fa1a9595c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)