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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈れЪ | 111001101010111110000010111010101000010001011011 | e6af82ea845b |
EUC-JP | 豈れЪ | 111011001011000110100100111011001010011110111100 | ecb1a4eca7bc |
UTF-8 | 豈れЪ | 1110100010110001100010001110001110000010100011001101000010101010 | e8b188e3828cd0aa |
UHC | 豈れЪ | 110100011100001010101010111011001010110010111100 | d1c2aaecacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)