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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 應?┨ | 1001110011100100001111111000010010110111 | 9ce43f84b7 |
EUC-JP | 應?┨ | 1101100011100110001111111010100010111001 | d8e63fa8b9 |
UTF-8 | 應㎫┨ | 111001101000011110001001111000111000111010101011111000101001010010101000 | e68789e38eabe294a8 |
UHC | 應㎫┨ | 111010111110101110100111111001111010011010111001 | ebeba7e7a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)