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 | 箏梁 | 11100010101101011001011111000000 | e2b597c0 |
EUC-JP | 箏梁 | 11100100101101111100111011000010 | e4b7cec2 |
UTF-8 | 箏梁 | 111001111010111010001111111001101010001010000001 | e7ae8fe6a281 |
UHC | 箏梁 | 11101110101101001101010111011001 | eeb4d5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)