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 | 冓鯡}冓鯡{^ | 1001100101101001111010011100101001111101100110010110100111101001110010100111101101011110 | 9969e9ca7d9969e9ca7b5e |
EUC-JP | 冓鯡}冓鯡{^ | 1101000111001010111100101100110001111101110100011100101011110010110011000111101101011110 | d1caf2cc7dd1caf2cc7b5e |
UTF-8 | 冓鯡}冓鯡{^ | 111001011000011010010011111010011010111110100001011111011110010110000110100100111110100110101111101000010111101101011110 | e58693e9afa17de58693e9afa17b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)