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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?嗽\}?嗽\{^ | 0011111110011010011101010101110001111101001111111001101001110101010111000111101101011110 | 3f9a755c7d3f9a755c7b5e |
EUC-JP | ?嗽\}?嗽\{^ | 0011111111010011110101100101110001111101001111111101001111010110010111000111101101011110 | 3fd3d65c7d3fd3d65c7b5e |
UTF-8 | 年嗽\}年嗽\{^ | 1110111110100110100011101110010110010111101111010101110001111101111011111010011010001110111001011001011110111101010111000111101101011110 | efa68ee597bd5c7defa68ee597bd5c7b5e |
UHC | 年嗽\}年嗽\{^ | 11100110110001001110000111110101010111000111110111100110110001001110000111110101010111000111101101011110 | e6c4e1f55c7de6c4e1f55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)