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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?豹n}?豹n{^ | 0011111110010101010111100110111001111101001111111001010101011110011011100111101101011110 | 3f955e6e7d3f955e6e7b5e |
EUC-JP | ?豹n}?豹n{^ | 0011111111001001101111110110111001111101001111111100100110111111011011100111101101011110 | 3fc9bf6e7d3fc9bf6e7b5e |
UTF-8 | 뤌豹n}뤌豹n{^ | 1110101110100100100011001110100010110001101110010110111001111101111010111010010010001100111010001011000110111001011011100111101101011110 | eba48ce8b1b96e7deba48ce8b1b96e7b5e |
UHC | 뤌豹n}뤌豹n{^ | 10001111101111001111100011111011011011100111110110001111101111001111100011111011011011100111101101011110 | 8fbcf8fb6e7d8fbcf8fb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)