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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮓ッ逞排^ | 1110100110110110101011111110011110010111100101000111001001011110 | e9b6afe79794725e |
EUC-JP | 鮓ッ逞排^ | 111100101011100010001110101011111110110111110111110001111101001101011110 | f2b88eafedf7c7d35e |
UTF-8 | 鮓ッ逞排^ | 11101001101011101001001111101111101111011010111111101001100000001001111011100110100011101001001001011110 | e9ae93efbdafe9809ee68e925e |
UHC | ??逞排^ | 00111111001111111101011011000001110110111100100101011110 | 3f3fd6c1dbc95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)