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 | 鴣室I^ | 1110100110110100101000111110010110101110101001000100100101011110 | e9b4a3e5aea4495e |
SJIS-WIN | ?´£???I^ | 00111111100000010100110010000001100100100011111100111111001111110100100101011110 | 3f814c81923f3f3f495e |
EUC-JP | 鴣室I^ | 100011111010101110110001101000011010110110100001111100101000111110101011101010011000111110100010111011101000111110100010111100000100100101011110 | 8fabb1a1ada1f28faba98fa2ee8fa2f0495e |
UTF-8 | 鴣室I^ | 1100001110101001110000101011010011000010101000111100001110100101110000101010111011000010101001000100100101011110 | c3a9c2b4c2a3c3a5c2aec2a4495e |
UHC | ?´??®¤I^ | 0011111110100010101001010011111100111111101000101110011110100010101101000100100101011110 | 3fa2a53f3fa2e7a2b4495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)