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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 巐廷ァク~ | 11111010101101101001001011101100101001111011100001111110 | fab692eca7b87e |
EUC-JP | 巐廷ァク~ | 10001111101110111111100111000100111011101000111010100111100011101011100001111110 | 8fbbf9c4ee8ea78eb87e |
UTF-8 | 巐廷ァク~ | 11100101101101111001000011100101101110111011011111101111101111011010011111101111101111011011100001111110 | e5b790e5bbb7efbda7efbdb87e |
UHC | ?廷??~ | 001111111110111111010101001111110011111101111110 | 3fefd53f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)