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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 啼??愿? | 10011010011001010011111100111111100111001100001100111111 | 9a653f3f9cc33f |
EUC-JP | 啼??愿? | 11010011110001100011111100111111110110001100010100111111 | d3c63f3fd8c53f |
UTF-8 | 啼ㅸ拉愿렖 | 111001011001010110111100111000111000010110111000111011111010010010100101111001101000010010111111111010111010000010010110 | e595bce385b8efa4a5e684bfeba096 |
UHC | 啼ㅸ拉愿렖 | 11110000101001101010010011101000110100011111111011101010101101001000111010101011 | f0a6a4e8d1feeab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)