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 | 痙甄}痙甄{^ | 1110000101111010111000010100101001111101111000010111101011100001010010100111101101011110 | e17ae14a7de17ae14a7b5e |
EUC-JP | 痙甄}痙甄{^ | 1110000111011011111000011010101101111101111000011101101111100001101010110111101101011110 | e1dbe1ab7de1dbe1ab7b5e |
UTF-8 | 痙甄}痙甄{^ | 111001111001011110011001111001111001010010000100011111011110011110010111100110011110011110010100100001000111101101011110 | e79799e794847de79799e794847b5e |
UHC | 痙甄}痙甄{^ | 1100110011100010110011001011010001111101110011001110001011001100101101000111101101011110 | cce2ccb47dcce2ccb47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)