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 | ä¼e^ | 110000111010010011000010101111000110010101011110 | c3a4c2bc655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ä�e^ | 100011111010101010101010100011111010001011110000100011111010101010100100001111110110010101011110 | 8faaaa8fa2f08faaa43f655e |
UTF-8 | ä¼e^ | 11000011100000111100001010100100110000111000001011000010101111000110010101011110 | c383c2a4c382c2bc655e |
UHC | ?¤?¼e^ | 0011111110100010101101000011111110101000111110010110010101011110 | 3fa2b43fa8f9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)