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 | Z¢BV^ | 100100100101101010010001101000101001001001000010100100100101011001011110 | 925a91a2924292565e |
SJIS-WIN | ?Z?¢?B?V^ | 00111111010110100011111110000001100100010011111101000010001111110101011001011110 | 3f5a3f81913f423f565e |
EUC-JP | ?Z?¢?B?V^ | 00111111010110100011111110100001111100010011111101000010001111110101011001011110 | 3f5a3fa1f13f423f565e |
UTF-8 | Z¢BV^ | 1100001010010010010110101100001010010001110000101010001011000010100100100100001011000010100100100101011001011110 | c2925ac291c2a2c29242c292565e |
UHC | ?Z???B?V^ | 001111110101101000111111001111110011111101000010001111110101011001011110 | 3f5a3f3f3f423f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)