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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅵ汐 | 111110100100010110001110101011001111000111100101 | fa458eacf1e5 |
EUC-JP | ?汐? | 00111111101111001010111000111111 | 3fbcae3f |
UTF-8 | ⅵ汐 | 111000101000010110110101111001101011000110010000111011101000010110100000 | e285b5e6b190ee85a0 |
UHC | ⅵ汐? | 1010010110100110111000001011000100111111 | a5a6e0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)