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 | å¢V^ | 11100101101000101000110010001011100000110101011001011110 | e5a28c8b83565e |
SJIS-WIN | ?¢???V^ | 0011111110000001100100010011111100111111001111110101011001011110 | 3f81913f3f3f565e |
EUC-JP | �??V^ | 10001111101010111010100110100001111100010011111100111111001111110101011001011110 | 8faba9a1f13f3f3f565e |
UTF-8 | å¢V^ | 110000111010010111000010101000101100001010001100110000101000101111000010100000110101011001011110 | c3a5c2a2c28cc28bc283565e |
UHC | ?????V^ | 00111111001111110011111100111111001111110101011001011110 | 3f3f3f3f3f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)