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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謨野牽^ | 11100110100101011001011011101100100011001010000101011110 | e69596ec8ca15e |
EUC-JP | 謨野牽^ | 11101011111101011100110011101110101110001010001101011110 | ebf5cceeb8a35e |
UTF-8 | 謨野牽^ | 11101000101011001010100011101001100001111000111011100111100010011011110101011110 | e8aca8e9878ee789bd5e |
UHC | 謨野牽^ | 11011001110010001110010110101111110011001011001001011110 | d9c8e5afccb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)