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 | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
SJIS-WIN | 叩}巽但叩他 | 1001001001000000011111011001001001000110100100100100000110010010010000001001000110111100 | 92407d92469241924091bc |
EUC-JP | 叩}巽但叩他 | 1100001110100001011111011100001110100111110000111010001011000011101000011100001010111110 | c3a17dc3a7c3a2c3a1c2be |
UTF-8 | 叩}巽但叩他 | 11100101100011111010100101111101111001011011011110111101111001001011110110000110111001011000111110101001111001001011101110010110 | e58fa97de5b7bde4bd86e58fa9e4bb96 |
UHC | 叩}巽但叩他 | 1100110110110000011111011110000111011110110100111010001111001101101100001111011011100010 | cdb07de1ded3a3cdb0f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)