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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿汐 | 1111000111110110100011101011110011110001111011001000111010101100 | f1f68ebcf1ec8eac |
EUC-JP | ?湿?汐 | 001111111011110010111110001111111011110010101110 | 3fbcbe3fbcae |
UTF-8 | 湿汐 | 111011101000010110110001111001101011100110111111111011101000010110100111111001101011000110010000 | ee85b1e6b9bfee85a7e6b190 |
UHC | ???汐 | 0011111100111111001111111110000010110001 | 3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)