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ðû | 11110000111110111100111011110111011010001111000011111011 | f0fbcef768f0fb |
SJIS-WIN | ???÷h?? | 0011111100111111001111111000000110000000011010000011111100111111 | 3f3f3f8180683f3f |
EUC-JP | ðûÎ÷hðû | 100011111010100111000011100011111010101111100101100011111010101011000010101000011110000001101000100011111010100111000011100011111010101111100101 | 8fa9c38fabe58faac2a1e0688fa9c38fabe5 |
UTF-8 | ðûÎ÷hðû | 11000011101100001100001110111011110000111000111011000011101101110110100011000011101100001100001110111011 | c3b0c3bbc38ec3b768c3b0c3bb |
UHC | ð??÷hð? | 10101001101000110011111100111111101000011100000001101000101010011010001100111111 | a9a33f3fa1c068a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)