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 | 邵滄唱謔カ | 111001111011100010011111111010011000111110100101111001101000001010110110 | e7b89fe98fa5e682b6 |
EUC-JP | 邵滄唱謔カ | 11101110101110101101111011101011101111101010011111101011111000101000111010110110 | eebadeebbea7ebe28eb6 |
UTF-8 | 邵滄唱謔カ | 111010011000001010110101111001101011101110000100111001011001010010110001111010001010110010010100111011111011110110110110 | e982b5e6bb84e594b1e8ac94efbdb6 |
UHC | 邵滄唱謔? | 111000011101000011110011111001111111001111011101111110011100110000111111 | e1d0f3e7f3ddf9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)