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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矗モゥモケ簔 | 1110000111011110110100111010100111010011101110011110001011000001 | e1ded3a9d3b9e2c1 |
EUC-JP | 矗モゥモケ簔 | 111000101110000010001110110100111000111010101001100011101101001110001110101110011110010011000011 | e2e08ed38ea98ed38eb9e4c3 |
UTF-8 | 矗モゥモケ簔 | 111001111001111110010111111011111011111010010011111011111011110110101001111011111011111010010011111011111011110110111001111001111011000010010100 | e79f97efbe93efbda9efbe93efbdb9e7b094 |
UHC | 矗????? | 11110101101110000011111100111111001111110011111100111111 | f5b83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)