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 | 收宣}收宣{^ | 1001110110111110100100001110100101111101100111011011111010010000111010010111101101011110 | 9dbe90e97d9dbe90e97b5e |
EUC-JP | 收宣}收宣{^ | 1101101011000000110000001110101101111101110110101100000011000000111010110111101101011110 | dac0c0eb7ddac0c0eb7b5e |
UTF-8 | 收宣}收宣{^ | 111001101001010010110110111001011010111010100011011111011110011010010100101101101110010110101110101000110111101101011110 | e694b6e5aea37de694b6e5aea37b5e |
UHC | 收宣}收宣{^ | 1110001010100101111000001011111001111101111000101010010111100000101111100111101101011110 | e2a5e0be7de2a5e0be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)