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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 豈畷ャ底髷Q] | 1110011010101111100100111110101110101100100100101110101011101001100111100101000101011101 | e6af93ebac92eae99e515d |
EUC-JP | 豈畷ャ底髷Q] | 111011001011000111000110111011011000111010101100110001001110110011110001111111100101000101011101 | ecb1c6ed8eacc4ecf1fe515d |
UTF-8 | 豈畷ャ底髷Q] | 1110100010110001100010001110011110010101101101111110111110111101101011001110010110111010100101011110100110101011101101110101000101011101 | e8b188e795b7efbdace5ba95e9abb7515d |
UHC | 豈??底?Q] | 110100011100001000111111001111111110111010111100001111110101000101011101 | d1c23f3feebc3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)