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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 輅}輅{^ | 11100111011010010111110111100111011010010111101101011110 | e7697de7697b5e |
EUC-JP | 輅}輅{^ | 11101101110010100111110111101101110010100111101101011110 | edca7dedca7b5e |
UTF-8 | 輅}輅{^ | 111010001011110010000101011111011110100010111100100001010111101101011110 | e8bc857de8bc857b5e |
UHC | 輅}輅{^ | 11010110110110010111110111010110110110010111101101011110 | d6d97dd6d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)