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 | 元梁 | 10001100101100111001011111000000 | 8cb397c0 |
EUC-JP | 元梁 | 10111000101101011100111011000010 | b8b5cec2 |
UTF-8 | 元梁 | 111001011000010110000011111001101010001010000001 | e58583e6a281 |
UHC | 元梁 | 11101010101010101101010111011001 | eaaad5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)