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 | û¤ç³ | 111110111010010010011010111001111000111010110011 | fba49ae78eb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û¤?ç?? | 100011111010101111100101100011111010001011110000001111111000111110101011101011100011111100111111 | 8fabe58fa2f03f8fabae3f3f |
UTF-8 | û¤ç³ | 110000111011101111000010101001001100001010011010110000111010011111000010100011101100001010110011 | c3bbc2a4c29ac3a7c28ec2b3 |
UHC | ?¤???³ | 0011111110100010101101000011111100111111001111111010100111111000 | 3fa2b43f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)