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 | 1001001001011010100100011010001010010010010000101001001001010110 | 925a91a292429256 |
SJIS-WIN | ?Z?¢?B?V | 001111110101101000111111100000011001000100111111010000100011111101010110 | 3f5a3f81913f423f56 |
EUC-JP | ?Z?¢?B?V | 001111110101101000111111101000011111000100111111010000100011111101010110 | 3f5a3fa1f13f423f56 |
UTF-8 | Z¢BV | 11000010100100100101101011000010100100011100001010100010110000101001001001000010110000101001001001010110 | c2925ac291c2a2c29242c29256 |
UHC | ?Z???B?V | 0011111101011010001111110011111100111111010000100011111101010110 | 3f5a3f3f3f423f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)