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 | ハ藜}ハ藜{^ | 110010101110010101011011011111011100101011100101010110110111101101011110 | cae55b7dcae55b7b5e |
EUC-JP | ハ藜}ハ藜{^ | 1000111011001010111010011011110001111101100011101100101011101001101111000111101101011110 | 8ecae9bc7d8ecae9bc7b5e |
UTF-8 | ハ藜}ハ藜{^ | 111011111011111010001010111010001001011110011100011111011110111110111110100010101110100010010111100111000111101101011110 | efbe8ae8979c7defbe8ae8979c7b5e |
UHC | ?藜}?藜{^ | 001111111101010111101101011111010011111111010101111011010111101101011110 | 3fd5ed7d3fd5ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)