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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 迪キ繝ェ增オ^ | 11100111100011001011011111100011100000111010101011111010100111011011010101011110 | e78cb7e383aafa9db55e |
EUC-JP | 迪キ繝ェ?オ^ | 111011011110110010001110101101111110010111100011100011101010101000111111100011101011010101011110 | edec8eb7e5e38eaa3f8eb55e |
UTF-8 | 迪キ繝ェ增オ^ | 11101000101111111010101011101111101111011011011111100111101110011001110111101111101111011010101011100101101000101001111011101111101111011011010101011110 | e8bfaaefbdb7e7b99defbdaae5a29eefbdb55e |
UHC | 迪???增?^ | 111011101110100000111111001111110011111111110001111100100011111101011110 | eee83f3f3ff1f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)