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 | 逎矩阿蟲 | 1110011110100011100010111110100110001000101000101110010110110011 | e7a38be988a2e5b3 |
EUC-JP | 逎矩阿蟲 | 1110111010100101101101101110101110110000101001001110101010110101 | eea5b6ebb0a4eab5 |
UTF-8 | 逎矩阿蟲 | 111010011000000010001110111001111001111110101001111010011001100010111111111010001001111110110010 | e9808ee79fa9e998bfe89fb2 |
UHC | ?矩阿蟲 | 00111111110011111011101111100100101110011111010111111001 | 3fcfbbe4b9f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)