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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 汐h | 1111000011100101100011101010110001101000 | f0e58eac68 |
EUC-JP | ?汐h | 00111111101111001010111001101000 | 3fbcae68 |
UTF-8 | 汐h | 11101110100000101010010011100110101100011001000001101000 | ee82a4e6b19068 |
UHC | ?汐h | 00111111111000001011000101101000 | 3fe0b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)