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 | ¼Ïðß¼» | 101111001100111111110000110111111011110010111011 | bccff0dfbcbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ïðß?? | 001111111000111110101010110000011000111110101001110000111000111110101001110011100011111100111111 | 3f8faac18fa9c38fa9ce3f3f |
UTF-8 | ¼Ïðß¼» | 110000101011110011000011100011111100001110110000110000111001111111000010101111001100001010111011 | c2bcc38fc3b0c39fc2bcc2bb |
UHC | ¼?ðß¼? | 10101000111110010011111110101001101000111010100110101100101010001111100100111111 | a8f93fa9a3a9aca8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)