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߸ | 1101111110111000011010001101111110111000 | dfb868dfb8 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ߸h߸ | 10001111101010011100111010001111101000101011000101101000100011111010100111001110100011111010001010110001 | 8fa9ce8fa2b1688fa9ce8fa2b1 |
UTF-8 | ߸h߸ | 110000111001111111000010101110000110100011000011100111111100001010111000 | c39fc2b868c39fc2b8 |
UHC | ߸h߸ | 101010011010110010100010101011000110100010101001101011001010001010101100 | a9aca2ac68a9aca2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)