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 | ?煜}?煜{^ | 001111111111101101010101011111010011111111111011010101010111101101011110 | 3ffb557d3ffb557b5e |
EUC-JP | ?煜}?煜{^ | 0011111110001111110010011111110001111101001111111000111111001001111111000111101101011110 | 3f8fc9fc7d3f8fc9fc7b5e |
UTF-8 | 뤟煜}뤟煜{^ | 111010111010010010011111111001111000010110011100011111011110101110100100100111111110011110000101100111000111101101011110 | eba49fe7859c7deba49fe7859c7b5e |
UHC | 뤟煜}뤟煜{^ | 1000111111001110111010011111001001111101100011111100111011101001111100100111101101011110 | 8fcee9f27d8fcee9f27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)