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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?僊船 | 0011111110011001010000011001000101000100 | 3f99419144 |
EUC-JP | 饍僊船 | 10001111111010001110110111010001101000101100000110100101 | 8fe8edd1a2c1a5 |
UTF-8 | 饍僊船 | 111010011010010110001101111001011000001110001010111010001000100010111001 | e9a58de5838ae888b9 |
UHC | 饍僊船 | 111000001101011111100000101110101110000011001111 | e0d7e0bae0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)