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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 醤ヤ汐鉸執^ | 10001111110111011101010010001110101011001111101111001110100011101011011101011110 | 8fddd48eacfbce8eb75e |
EUC-JP | 醤ヤ汐鉸執^ | 101111101101111110001110110101001011110010101110100011111110001111110010101111001011100101011110 | bedf8ed4bcae8fe3f2bcb95e |
UTF-8 | 醤ヤ汐鉸執^ | 11101001100001101010010011101111101111101001010011100110101100011001000011101001100010011011100011100101100111111011011101011110 | e986a4efbe94e6b190e989b8e59fb75e |
UHC | ??汐?執^ | 0011111100111111111000001011000100111111111100101111101101011110 | 3f3fe0b13ff2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)