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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豈れГ豈 | 1110011010101111100000101110101010000100010000111110011010101111 | e6af82ea8443e6af |
EUC-JP | 豈れГ豈 | 1110110010110001101001001110110010100111101001001110110010110001 | ecb1a4eca7a4ecb1 |
UTF-8 | 豈れГ豈 | 1110100010110001100010001110001110000010100011001101000010010011111010001011000110001000 | e8b188e3828cd093e8b188 |
UHC | 豈れГ豈 | 1101000111000010101010101110110010101100101001001101000111000010 | d1c2aaecaca4d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)