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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邵募棧 | 111001111011100010010101111001011001111010100000 | e7b895e59ea0 |
EUC-JP | 邵募棧 | 111011101011101011001010111001111101110010100010 | eebacae7dca2 |
UTF-8 | 邵募棧 | 111010011000001010110101111001011000101110011111111001101010001110100111 | e982b5e58b9fe6a3a7 |
UHC | 邵募棧 | 111000011101000011011001101101001110110111010000 | e1d0d9b4edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)