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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 移蛇[移蛇[^ | 1000100011011010100011101101011001011011100010001101101010001110110101100101101101011110 | 88da8ed65b88da8ed65b5e |
EUC-JP | 移蛇[移蛇[^ | 1011000011011100101111001101100001011011101100001101110010111100110110000101101101011110 | b0dcbcd85bb0dcbcd85b5e |
UTF-8 | 移蛇[移蛇[^ | 111001111010011110111011111010001001101110000111010110111110011110100111101110111110100010011011100001110101101101011110 | e7a7bbe89b875be7a7bbe89b875b5e |
UHC | 移蛇[移蛇[^ | 1110110010111001110111101110111101011011111011001011100111011110111011110101101101011110 | ecb9deef5becb9deef5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)