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 | û ï¾ç½ | 111110111010000010011101111011111011111010010011111001111001111010111101 | fba09defbe93e79ebd |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | û??ï??ç?? | 100011111010101111100101001111110011111110001111101010111100000100111111001111111000111110101011101011100011111100111111 | 8fabe53f3f8fabc13f3f8fabae3f3f |
UTF-8 | û ï¾ç½ | 110000111011101111000010101000001100001010011101110000111010111111000010101111101100001010010011110000111010011111000010100111101100001010111101 | c3bbc2a0c29dc3afc2bec293c3a7c29ec2bd |
UHC | ????¾???½ | 0011111100111111001111110011111110101000111110100011111100111111001111111010100011110110 | 3f3f3f3fa8fa3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)