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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 船\}船\{^ | 100100010100010001011100011111011001000101000100010111000111101101011110 | 91445c7d91445c7b5e |
EUC-JP | 船\}船\{^ | 110000011010010101011100011111011100000110100101010111000111101101011110 | c1a55c7dc1a55c7b5e |
UTF-8 | 船\}船\{^ | 1110100010001000101110010101110001111101111010001000100010111001010111000111101101011110 | e888b95c7de888b95c7b5e |
UHC | 船\}船\{^ | 111000001100111101011100011111011110000011001111010111000111101101011110 | e0cf5c7de0cf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)