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 | ¼Å¼¾I^ | 101111001100010110111100101111100100100101011110 | bcc5bcbe495e |
SJIS-WIN | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
EUC-JP | ?Å??I^ | 0011111110001111101010101010100100111111001111110100100101011110 | 3f8faaa93f3f495e |
UTF-8 | ¼Å¼¾I^ | 11000010101111001100001110000101110000101011110011000010101111100100100101011110 | c2bcc385c2bcc2be495e |
UHC | ¼?¼¾I^ | 101010001111100100111111101010001111100110101000111110100100100101011110 | a8f93fa8f9a8fa495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)