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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 冓羇鏈h冓羇鏈 | 10011001011010011110001110110010111010000101100101101000100110010110100111100011101100101110100001011001 | 9969e3b2e859689969e3b2e859 |
EUC-JP | 冓羇鏈h冓羇鏈 | 11010001110010101110011010110100111011111011101001101000110100011100101011100110101101001110111110111010 | d1cae6b4efba68d1cae6b4efba |
UTF-8 | 冓羇鏈h冓羇鏈 | 11100101100001101001001111100111101111101000011111101001100011111000100001101000111001011000011010010011111001111011111010000111111010011000111110001000 | e58693e7be87e98f8868e58693e7be87e98f88 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)