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 | 邉弑}邉弑{^ | 1110011110110011100111000101010101111101111001111011001110011100010101010111101101011110 | e7b39c557de7b39c557b5e |
EUC-JP | 邉弑}邉弑{^ | 1110111010110101110101111011011001111101111011101011010111010111101101100111101101011110 | eeb5d7b67deeb5d7b67b5e |
UTF-8 | 邉弑}邉弑{^ | 111010011000001010001001111001011011110010010001011111011110100110000010100010011110010110111100100100010111101101011110 | e98289e5bc917de98289e5bc917b5e |
UHC | ?弑}?弑{^ | 001111111110001110111101011111010011111111100011101111010111101101011110 | 3fe3bd7d3fe3bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)