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 | ??Z | 001111110011111101011010 | 3f3f5a |
SJIS-WIN | 斜蛇Z | 1000111011001110100011101101011001011010 | 8ece8ed65a |
EUC-JP | 斜蛇Z | 1011110011010000101111001101100001011010 | bcd0bcd85a |
UTF-8 | 斜蛇Z | 11100110100101101001110011101000100110111000011101011010 | e6969ce89b875a |
UHC | 斜蛇Z | 1101111011011000110111101110111101011010 | ded8deef5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)