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 | 繕樗 | 10010001010101011001001010010100 | 91559294 |
EUC-JP | 繕樗 | 11000001101101101100001111110100 | c1b6c3f4 |
UTF-8 | 繕樗 | 111001111011100110010101111001101010100010010111 | e7b995e6a897 |
UHC | 繕樗 | 11100000110010111110111011000000 | e0cbeec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)