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 | 蠢薪}蠢薪{^ | 1110010110111111100100000110010001111101111001011011111110010000011001000111101101011110 | e5bf90647de5bf90647b5e |
EUC-JP | 蠢薪}蠢薪{^ | 1110101011000001101111111100010101111101111010101100000110111111110001010111101101011110 | eac1bfc57deac1bfc57b5e |
UTF-8 | 蠢薪}蠢薪{^ | 111010001010000010100010111010001001011010101010011111011110100010100000101000101110100010010110101010100111101101011110 | e8a0a2e896aa7de8a0a2e896aa7b5e |
UHC | 蠢薪}蠢薪{^ | 1111000111100011111000111110111101111101111100011110001111100011111011110111101101011110 | f1e3e3ef7df1e3e3ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)