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 | ????mG | 001111110011111100111111001111110110110101000111 | 3f3f3f3f6d47 |
SJIS-WIN | 矗モ」鮏mG | 1110000111011110110100111010001111111100010000110110110101000111 | e1ded3a3fc436d47 |
EUC-JP | 矗モ」鮏mG | 1110001011100000100011101101001110001110101000111000111111101010110110110110110101000111 | e2e08ed38ea38feadb6d47 |
UTF-8 | 矗モ」鮏mG | 1110011110011111100101111110111110111110100100111110111110111101101000111110100110101110100011110110110101000111 | e79f97efbe93efbda3e9ae8f6d47 |
UHC | 矗???mG | 11110101101110000011111100111111001111110110110101000111 | f5b83f3f3f6d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)