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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 汐? | 100011101010110000111111 | 8eac3f |
EUC-JP | 汐瘦 | 1011110010101110100011111100110111110111 | bcae8fcdf7 |
UTF-8 | 汐瘦 | 111001101011000110010000111001111001100010100110 | e6b190e798a6 |
UHC | 汐瘦 | 11100000101100011110001010110001 | e0b1e2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)