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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 輕愈}輕愈{^ | 1110011101101010100101101111101001111101111001110110101010010110111110100111101101011110 | e76a96fa7de76a96fa7b5e |
EUC-JP | 輕愈}輕愈{^ | 1110110111001011110011001111110001111101111011011100101111001100111111000111101101011110 | edcbccfc7dedcbccfc7b5e |
UTF-8 | 輕愈}輕愈{^ | 111010001011110010010101111001101000010010001000011111011110100010111100100101011110011010000100100010000111101101011110 | e8bc95e684887de8bc95e684887b5e |
UHC | 輕愈}輕愈{^ | 1100110011101110111010101110111101111101110011001110111011101010111011110111101101011110 | cceeeaef7dcceeeaef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)