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 | 演搖 | 10001001100010011001110110001010 | 89899d8a |
EUC-JP | 演搖 | 10110001111010011101100111101010 | b1e9d9ea |
UTF-8 | 演搖 | 111001101011110010010100111001101001000010010110 | e6bc94e69096 |
UHC | 演搖 | 11100110110100011110100011110100 | e6d1e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)