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 | ?負}?負{^ | 001111111001010110001001011111010011111110010101100010010111101101011110 | 3f95897d3f95897b5e |
EUC-JP | 荑負}荑負{^ | 10001111110101111111100111001001111010010111110110001111110101111111100111001001111010010111101101011110 | 8fd7f9c9e97d8fd7f9c9e97b5e |
UTF-8 | 荑負}荑負{^ | 111010001000110110010001111010001011001010100000011111011110100010001101100100011110100010110010101000000111101101011110 | e88d91e8b2a07de88d91e8b2a07b5e |
UHC | 荑負}荑負{^ | 1110110010111111110111011011011001111101111011001011111111011101101101100111101101011110 | ecbfddb67decbfddb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)