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 | 邵墓雷 | 111001111011100010010101111001101001011110001011 | e7b895e6978b |
EUC-JP | 邵墓雷 | 111011101011101011001010111010001100110111101011 | eebacae8cdeb |
UTF-8 | 邵墓雷 | 111010011000001010110101111001011010001010010011111010011001101110110111 | e982b5e5a293e99bb7 |
UHC | 邵墓雷 | 111000011101000011011001110101111101011011110100 | e1d0d9d7d6f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)