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 | 船져 | 111010001000100010111001111011001010000010111000 | e888b9eca0b8 |
UHC | 船져 | 11100000110011111100000110101110 | e0cfc1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)