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 | 羨船 | 10010001010000011001000101000100 | 91419144 |
EUC-JP | 羨船 | 11000001101000101100000110100101 | c1a2c1a5 |
UTF-8 | 羨船 | 111001111011111010101000111010001000100010111001 | e7bea8e888b9 |
UHC | 羨船 | 11100000110011001110000011001111 | e0cce0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)