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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 篠ハト汐noBF | 10001110110000101100101011000100100011101010110001101110011011110100001001000110 | 8ec2cac48eac6e6f4246 |
EUC-JP | 篠ハト汐noBF | 101111001100010010001110110010101000111011000100101111001010111001101110011011110100001001000110 | bcc48eca8ec4bcae6e6f4246 |
UTF-8 | 篠ハト汐noBF | 11100111101011111010000011101111101111101000101011101111101111101000010011100110101100011001000001101110011011110100001001000110 | e7afa0efbe8aefbe84e6b1906e6f4246 |
UHC | 篠??汐noBF | 11100001110001100011111100111111111000001011000101101110011011110100001001000110 | e1c63f3fe0b16e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)