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 | ??® | 001111110011111110101110 | 3f3fae |
SJIS-WIN | 臆?? | 10001001101100000011111100111111 | 89b03f3f |
EUC-JP | 臆?® | 101100101011001000111111100011111010001011101110 | b2b23f8fa2ee |
UTF-8 | 臆듏® | 1110100010000111100001101110101110010011100011111100001010101110 | e88786eb938fc2ae |
UHC | 臆듏® | 111001011110011010001010110000101010001011100111 | e5e68ac2a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)