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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 縞?縞?^ | 10001110110010000011111110001110110010000011111101011110 | 8ec83f8ec83f5e |
EUC-JP | 縞?縞?^ | 10111100110010100011111110111100110010100011111101011110 | bcca3fbcca3f5e |
UTF-8 | 縞급縞긁^ | 11100111101110001001111011101010101110001000100111100111101110001001111011101010101110001000000101011110 | e7b89eeab889e7b89eeab8815e |
UHC | 縞급縞긁^ | 111110111101011010110001110111101111101111010110101100011101110001011110 | fbd6b1defbd6b1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)