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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ケー汐 | 1111001010111101101110011011000011110000101000011000111010101100 | f2bdb9b0f0a18eac |
EUC-JP | ?ケー?汐 | 0011111110001110101110011000111010110000001111111011110010101110 | 3f8eb98eb03fbcae |
UTF-8 | ケー汐 | 111011101000011110110100111011111011110110111001111011111011110110110000111011101000000110100000111001101011000110010000 | ee87b4efbdb9efbdb0ee81a0e6b190 |
UHC | ????汐 | 001111110011111100111111001111111110000010110001 | 3f3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)