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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 豈畷ェ枝B | 1110011010101111100100111110101110101010100011100111110101000010 | e6af93ebaa8e7d42 |
EUC-JP | 豈畷ェ枝B | 111011001011000111000110111011011000111010101010101110111101111001000010 | ecb1c6ed8eaabbde42 |
UTF-8 | 豈畷ェ枝B | 11101000101100011000100011100111100101011011011111101111101111011010101011100110100111101001110101000010 | e8b188e795b7efbdaae69e9d42 |
UHC | 豈??枝B | 11010001110000100011111100111111111100101010101101000010 | d1c23f3ff2ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)