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 | 船? | 100100010100010000111111 | 91443f |
EUC-JP | 船? | 110000011010010100111111 | c1a53f |
UTF-8 | 船鐥 | 111010001000100010111001111010011001000010100101 | e888b9e990a5 |
UHC | 船鐥 | 11100000110011111110000011010110 | e0cfe0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)