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 | ì¼ßÞQ] | 111011001011110011011111110111100101000101011101 | ecbcdfde515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ì?ßÞQ] | 100011111010101111000000001111111000111110101001110011101000111110101001101100000101000101011101 | 8fabc03f8fa9ce8fa9b0515d |
UTF-8 | ì¼ßÞQ] | 11000011101011001100001010111100110000111001111111000011100111100101000101011101 | c3acc2bcc39fc39e515d |
UHC | ?¼ßÞQ] | 001111111010100011111001101010011010110010101000101011010101000101011101 | 3fa8f9a9aca8ad515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)