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 | 輕倚}輕倚{^ | 1110011101101010100110001101111101111101111001110110101010011000110111110111101101011110 | e76a98df7de76a98df7b5e |
EUC-JP | 輕倚}輕倚{^ | 1110110111001011110100001110000101111101111011011100101111010000111000010111101101011110 | edcbd0e17dedcbd0e17b5e |
UTF-8 | 輕倚}輕倚{^ | 111010001011110010010101111001011000000010011010011111011110100010111100100101011110010110000000100110100111101101011110 | e8bc95e5809a7de8bc95e5809a7b5e |
UHC | 輕倚}輕倚{^ | 1100110011101110111010111110111101111101110011001110111011101011111011110111101101011110 | cceeebef7dcceeebef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)