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 | 冓羇i噎會 | 10011001011010011110001110110010100000101000100110011010011110001001100011110000 | 9969e3b282899a7898f0 |
EUC-JP | 冓羇i噎會 | 11010001110010101110011010110100101000111110100111010011110110011101000011110010 | d1cae6b4a3e9d3d9d0f2 |
UTF-8 | 冓羇i噎會 | 111001011000011010010011111001111011111010000111111011111011110110001001111001011001100110001110111001101001110010000011 | e58693e7be87efbd89e5998ee69c83 |
UHC | ??i?會 | 00111111001111111010001111101001001111111111110011100101 | 3f3fa3e93ffce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)