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 | ?逗 | 001111111001000010000000 | 3f9080 |
EUC-JP | 祜逗 | 1000111111010000110110001011111111100000 | 8fd0d8bfe0 |
UTF-8 | 祜逗 | 111001111010010110011100111010011000000010010111 | e7a59ce98097 |
UHC | 祜逗 | 11111011110101001101010011101000 | fbd4d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)