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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 移蛇\ | 1000100011011010100011101101011001011100 | 88da8ed65c |
EUC-JP | 移蛇\ | 1011000011011100101111001101100001011100 | b0dcbcd85c |
UTF-8 | 移蛇\ | 11100111101001111011101111101000100110111000011101011100 | e7a7bbe89b875c |
UHC | 移蛇\ | 1110110010111001110111101110111101011100 | ecb9deef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)