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 | 赫}赫{^ | 10001010011100010111110110001010011100010111101101011110 | 8a717d8a717b5e |
EUC-JP | 赫}赫{^ | 10110011110100100111110110110011110100100111101101011110 | b3d27db3d27b5e |
UTF-8 | 赫}赫{^ | 111010001011010110101011011111011110100010110101101010110111101101011110 | e8b5ab7de8b5ab7b5e |
UHC | 赫}赫{^ | 11111010110100110111110111111010110100110111101101011110 | fad37dfad37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)