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©@W | 10010001101000101001001001011010100100011010100110010010010000001001001001010111 | 91a2925a91a992409257 |
SJIS-WIN | ?¢?Z???@?W | 0011111110000001100100010011111101011010001111110011111100111111010000000011111101010111 | 3f81913f5a3f3f3f403f57 |
EUC-JP | ?¢?Z?©?@?W | 00111111101000011111000100111111010110100011111110001111101000101110110100111111010000000011111101010111 | 3fa1f13f5a3f8fa2ed3f403f57 |
UTF-8 | ¢Z©@W | 1100001010010001110000101010001011000010100100100101101011000010100100011100001010101001110000101001001001000000110000101001001001010111 | c291c2a2c2925ac291c2a9c29240c29257 |
UHC | ???Z???@?W | 00111111001111110011111101011010001111110011111100111111010000000011111101010111 | 3f3f3f5a3f3f3f403f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)