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 | テ煜}テ煜{^ | 110000111111101101010101011111011100001111111011010101010111101101011110 | c3fb557dc3fb557b5e |
EUC-JP | テ煜}テ煜{^ | 10001110110000111000111111001001111111000111110110001110110000111000111111001001111111000111101101011110 | 8ec38fc9fc7d8ec38fc9fc7b5e |
UTF-8 | テ煜}テ煜{^ | 111011111011111010000011111001111000010110011100011111011110111110111110100000111110011110000101100111000111101101011110 | efbe83e7859c7defbe83e7859c7b5e |
UHC | ?煜}?煜{^ | 001111111110100111110010011111010011111111101001111100100111101101011110 | 3fe9f27d3fe9f27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)