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 | 渫潁}渫潁{^ | 1001111111010110100111111111000101111101100111111101011010011111111100010111101101011110 | 9fd69ff17d9fd69ff17b5e |
EUC-JP | 渫潁}渫潁{^ | 1101111011011000110111101111001101111101110111101101100011011110111100110111101101011110 | ded8def37dded8def37b5e |
UTF-8 | 渫潁}渫潁{^ | 111001101011100010101011111001101011110110000001011111011110011010111000101010111110011010111101100000010111101101011110 | e6b8abe6bd817de6b8abe6bd817b5e |
UHC | 渫潁}渫潁{^ | 1110000011011110111001111011100001111101111000001101111011100111101110000111101101011110 | e0dee7b87de0dee7b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)