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 | ハ鯤イ^ | 11110000101100111100101011101001110010001011001001011110 | f0b3cae9c8b25e |
EUC-JP | ?ハ鯤イ^ | 0011111110001110110010101111001011001010100011101011001001011110 | 3f8ecaf2ca8eb25e |
UTF-8 | ハ鯤イ^ | 11101110100000011011001011101111101111101000101011101001101011111010010011101111101111011011001001011110 | ee81b2efbe8ae9afa4efbdb25e |
UHC | ??鯤?^ | 001111110011111111001101111001100011111101011110 | 3f3fcde63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)