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 | ????uB | 001111110011111100111111001111110111010101000010 | 3f3f3f3f7542 |
SJIS-WIN | 矗モ」鮏uB | 1110000111011110110100111010001111111100010000110111010101000010 | e1ded3a3fc437542 |
EUC-JP | 矗モ」鮏uB | 1110001011100000100011101101001110001110101000111000111111101010110110110111010101000010 | e2e08ed38ea38feadb7542 |
UTF-8 | 矗モ」鮏uB | 1110011110011111100101111110111110111110100100111110111110111101101000111110100110101110100011110111010101000010 | e79f97efbe93efbda3e9ae8f7542 |
UHC | 矗???uB | 11110101101110000011111100111111001111110111010101000010 | f5b83f3f3f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)