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 | 犁癡}犁癡{^ | 1110000010110011111000011001011101111101111000001011001111100001100101110111101101011110 | e0b3e1977de0b3e1977b5e |
EUC-JP | 犁癡}犁癡{^ | 1110000010110101111000011111011101111101111000001011010111100001111101110111101101011110 | e0b5e1f77de0b5e1f77b5e |
UTF-8 | 犁癡}犁癡{^ | 111001111000101010000001111001111001100110100001011111011110011110001010100000011110011110011001101000010111101101011110 | e78a81e799a17de78a81e799a17b5e |
UHC | 犁癡}犁癡{^ | 1101011111100000111101101100001001111101110101111110000011110110110000100111101101011110 | d7e0f6c27dd7e0f6c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)