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 | 軸雋縞 | 100011101011001011101000101100101000111011001000 | 8eb2e8b28ec8 |
EUC-JP | 軸雋縞 | 101111001011010011110000101101001011110011001010 | bcb4f0b4bcca |
UTF-8 | 軸雋縞 | 111010001011101110111000111010011001101110001011111001111011100010011110 | e8bbb8e99b8be7b89e |
UHC | 軸雋縞 | 111101011110111011110001111001101111101111010110 | f5eef1e6fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)