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 | ¶ø±¼F | 1011011011111000101100011011110001000110 | b6f8b1bc46 |
SJIS-WIN | ¶?±?F | 10000001111101110011111110000001011111010011111101000110 | 81f73f817d3f46 |
EUC-JP | ¶ø±?F | 101000101111100110001111101010011100110010100001110111100011111101000110 | a2f98fa9cca1de3f46 |
UTF-8 | ¶ø±¼F | 110000101011011011000011101110001100001010110001110000101011110001000110 | c2b6c3b8c2b1c2bc46 |
UHC | ¶ø±¼F | 101000101101001010101001101010101010000110111110101010001111100101000110 | a2d2a9aaa1bea8f946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)