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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 縒團 | 11100011011100101001101010100011 | e3729aa3 |
EUC-JP | 縒團 | 11100101110100111101010010100101 | e5d3d4a5 |
UTF-8 | 縒團 | 111001111011100010010010111001011001110010011000 | e7b892e59c98 |
UHC | ?團 | 001111111101001110100101 | 3fd3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)