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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 璹?}璹?{^ | 1000111111001100111001110011111101111101100011111100110011100111001111110111101101011110 | 8fcce73f7d8fcce73f7b5e |
UTF-8 | 璹拾}璹拾{^ | 111001111001001010111001111011111010010110110011011111011110011110010010101110011110111110100101101100110111101101011110 | e792b9efa5b37de792b9efa5b37b5e |
UHC | 璹拾}璹拾{^ | 1110001011011011111001001010100101111101111000101101101111100100101010010111101101011110 | e2dbe4a97de2dbe4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)