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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ы????^ | 0011111110000100100011010011111100111111001111110011111101011110 | 3f848d3f3f3f3f5e |
EUC-JP | ?ы????^ | 0011111110100111111011010011111100111111001111110011111101011110 | 3fa7ed3f3f3f3f5e |
UTF-8 | 泥ы슜泥⑹쿇^ | 111011111010011110100011110100011000101111101100100010101001110011101111101001111010001111100010100100011011100111101100101111111000011101011110 | efa7a3d18bec8a9cefa7a3e291b9ecbf875e |
UHC | 泥ы슜泥⑹쿇^ | 11101100101100101010110011101101100110101010100111101100101100101010100111101100101100101001110001011110 | ecb2aced9aa9ecb2a9ecb29c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)