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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盞碯姪没 | 1110000110110101111000011111001110010110110000111001011001110110 | e1b5e1f396c39676 |
EUC-JP | 盞碯姪没 | 1110001010110111111000101111010111001100110001011100101111010111 | e2b7e2f5ccc5cbd7 |
UTF-8 | 盞碯姪没 | 111001111001101110011110111001111010001010101111111001011010011110101010111001101011001010100001 | e79b9ee7a2afe5a7aae6b2a1 |
UHC | 盞?姪? | 111011011101001100111111111100101110101100111111 | edd33ff2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)