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 | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-WIN | 矗モ」鮏u | 11100001110111101101001110100011111111000100001101110101 | e1ded3a3fc4375 |
EUC-JP | 矗モ」鮏u | 11100010111000001000111011010011100011101010001110001111111010101101101101110101 | e2e08ed38ea38feadb75 |
UTF-8 | 矗モ」鮏u | 11100111100111111001011111101111101111101001001111101111101111011010001111101001101011101000111101110101 | e79f97efbe93efbda3e9ae8f75 |
UHC | 矗???u | 111101011011100000111111001111110011111101110101 | f5b83f3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)