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 | イ? | 1011001000111111 | b23f |
EUC-JP | イ沅 | 1000111010110010100011111100011011101001 | 8eb28fc6e9 |
UTF-8 | イ沅 | 111011111011110110110010111001101011001010000101 | efbdb2e6b285 |
UHC | ?沅 | 001111111110101010110110 | 3feab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)