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 | ¯\²F | 1001000110101111100100100101110010010001101100101001001001000110 | 91af925c91b29246 |
SJIS-WIN | ???\???F | 0011111100111111001111110101110000111111001111110011111101000110 | 3f3f3f5c3f3f3f46 |
EUC-JP | ?¯?\???F | 00111111100011111010001010110100001111110101110000111111001111110011111101000110 | 3f8fa2b43f5c3f3f3f46 |
UTF-8 | ¯\²F | 1100001010010001110000101010111111000010100100100101110011000010100100011100001010110010110000101001001001000110 | c291c2afc2925cc291c2b2c29246 |
UHC | ???\?²?F | 001111110011111100111111010111000011111110101001111101110011111101000110 | 3f3f3f5c3fa9f73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)