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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 侑ο┘^ | 10011000110100001000001111001101100001001010001101011110 | 98d083cd84a35e |
EUC-JP | 侑ο┘^ | 11010000110100101010011011001111101010001010010101011110 | d0d2a6cfa8a55e |
UTF-8 | 侑ο┘^ | 111001001011111010010001110011101011111111100010100101001001100001011110 | e4be91cebfe294985e |
UHC | 侑ο┘^ | 11101010111000101010010111101111101001101010010101011110 | eae2a5efa6a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)