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 | ò¶±Ä^ | 1111001010110110101100011100010001011110 | f2b6b1c45e |
SJIS-WIN | ?¶±?^ | 00111111100000011111011110000001011111010011111101011110 | 3f81f7817d3f5e |
EUC-JP | ò¶±Ä^ | 1000111110101011110100101010001011111001101000011101111010001111101010101010001101011110 | 8fabd2a2f9a1de8faaa35e |
UTF-8 | ò¶±Ä^ | 110000111011001011000010101101101100001010110001110000111000010001011110 | c3b2c2b6c2b1c3845e |
UHC | ?¶±?^ | 00111111101000101101001010100001101111100011111101011110 | 3fa2d2a1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)