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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辣ス驢⑦ | 11100111100001011011110111101001100001101000011101000110 | e785bde9868746 |
EUC-JP | 辣ス驢? | 11101101111001011000111010111101111100011110011000111111 | ede58ebdf1e63f |
UTF-8 | 辣ス驢⑦ | 111010001011111010100011111011111011110110111101111010011010100110100010111000101001000110100110 | e8bea3efbdbde9a9a2e291a6 |
UHC | 辣?驢⑦ | 11010101101110000011111111010101111100001010100011101101 | d5b83fd5f0a8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)