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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 承恃?水觴 | 100011111011001110011100100101000011111110010000100001011110011001011011 | 8fb39c943f9085e65b |
EUC-JP | 承恃渲水觴 | 1011111010110101110101111111010010001111110001111110110010111111111001011110101110111100 | beb5d7f48fc7ecbfe5ebbc |
UTF-8 | 承恃渲水觴 | 111001101000100110111111111001101000000110000011111001101011100010110010111001101011000010110100111010001010011110110100 | e689bfe68183e6b8b2e6b0b4e8a7b4 |
UHC | 承恃渲水觴 | 11100011101011111110001110111110111000001100001011100010101010011101111111011000 | e3afe3bee0c2e2a9dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)