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 | 賃磅}賃磅{^ | 1001001011000000111000011111101001111101100100101100000011100001111110100111101101011110 | 92c0e1fa7d92c0e1fa7b5e |
EUC-JP | 賃磅}賃磅{^ | 1100010011000010111000101111110001111101110001001100001011100010111111000111101101011110 | c4c2e2fc7dc4c2e2fc7b5e |
UTF-8 | 賃磅}賃磅{^ | 111010001011001110000011111001111010001110000101011111011110100010110011100000111110011110100011100001010111101101011110 | e8b383e7a3857de8b383e7a3857b5e |
UHC | 賃磅}賃磅{^ | 1110110011111100110110111011011001111101111011001111110011011011101101100111101101011110 | ecfcdbb67decfcdbb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)