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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 質汐七 | 111100001010011110001110101111111111000010100001100011101010110011110000101010111000111010110101 | f0a78ebff0a18eacf0ab8eb5 |
EUC-JP | ?質?汐?七 | 001111111011110011000001001111111011110010101110001111111011110010110111 | 3fbcc13fbcae3fbcb7 |
UTF-8 | 質汐七 | 111011101000000110100110111010001011001110101010111011101000000110100000111001101011000110010000111011101000000110101010111001001011100010000011 | ee81a6e8b3aaee81a0e6b190ee81aae4b883 |
UHC | ?質?汐?七 | 001111111111001011110101001111111110000010110001001111111111011011010010 | 3ff2f53fe0b13ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)