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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嬖嬖^ | 1001101101101001100110110110100101011110 | 9b699b695e |
EUC-JP | 嬖嬖^ | 1101010111001010110101011100101001011110 | d5cad5ca5e |
UTF-8 | 嬖嬖^ | 11100101101011001001011011100101101011001001011001011110 | e5ac96e5ac965e |
UHC | 嬖嬖^ | 1111100011000110111110001100011001011110 | f8c6f8c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)