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 | 船慕 | 10010001010001001001010111100111 | 914495e7 |
EUC-JP | 船慕 | 11000001101001011100101011101001 | c1a5cae9 |
UTF-8 | 船慕 | 111010001000100010111001111001101000010110010101 | e888b9e68595 |
UHC | 船慕 | 11100000110011111101100110110111 | e0cfd9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)