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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 余?“猶?^ | 100101110101110100111111100000010110011110010111010100000011111101011110 | 975d3f816797503f5e |
| EUC-JP | 余?“猶?^ | 110011011011111000111111101000011100100011001101101100010011111101011110 | cdbe3fa1c8cdb13f5e |
| UTF-8 | 余뽯“猶븋^ | 11100100101111011001100111101011101111011010111111100010100000001001110011100111100011001011011011101011101110001000101101011110 | e4bd99ebbdafe2809ce78cb6ebb88b5e |
| UHC | 余뽯“猶븋^ | 1110010111111001100101101110101110100001101100001110101110100010100101010111010101011110 | e5f996eba1b0eba295755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)