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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 珞猾}珞猾{^ | 1110000011100010111000001100111101111101111000001110001011100000110011110111101101011110 | e0e2e0cf7de0e2e0cf7b5e |
EUC-JP | 珞猾}珞猾{^ | 1110000011100100111000001101000101111101111000001110010011100000110100010111101101011110 | e0e4e0d17de0e4e0d17b5e |
UTF-8 | 珞猾}珞猾{^ | 111001111000111110011110111001111000110010111110011111011110011110001111100111101110011110001100101111100111101101011110 | e78f9ee78cbe7de78f9ee78cbe7b5e |
UHC | 珞猾}珞猾{^ | 1101010110101000111111001100001001111101110101011010100011111100110000100111101101011110 | d5a8fcc27dd5a8fcc27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)