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 | 殉繕 | 10001111011111011001000101010101 | 8f7d9155 |
EUC-JP | 殉繕 | 10111101110111101100000110110110 | bddec1b6 |
UTF-8 | 殉繕 | 111001101010111010001001111001111011100110010101 | e6ae89e7b995 |
UHC | 殉繕 | 11100010111001101110000011001011 | e2e6e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)