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 | ??S??z^ | 00111111001111110101001100111111001111110111101001011110 | 3f3f533f3f7a5e |
SJIS-WIN | 豈ャS蜥、z^ | 111001101010111110101100010100111110010110010010101001000111101001011110 | e6afac53e592a47a5e |
EUC-JP | 豈ャS蜥、z^ | 1110110010110001100011101010110001010011111010011111001010001110101001000111101001011110 | ecb18eac53e9f28ea47a5e |
UTF-8 | 豈ャS蜥、z^ | 111010001011000110001000111011111011110110101100010100111110100010011100101001011110111110111101101001000111101001011110 | e8b188efbdac53e89ca5efbda47a5e |
UHC | 豈?S??z^ | 1101000111000010001111110101001100111111001111110111101001011110 | d1c23f533f3f7a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)