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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 滓????\ | 10011111111001100011111100111111001111110011111101011100 | 9fe63f3f3f3f5c |
EUC-JP | 滓????\ | 11011110111010000011111100111111001111110011111101011100 | dee83f3f3f3f5c |
UTF-8 | 滓렔롋븜놜\ | 11100110101110111001001111101011101000001001010011101011101000011000101111101011101110001001110011101011100001101001110001011100 | e6bb93eba094eba18bebb89ceb869c5c |
UHC | 滓렔롋븜놜\ | 1110111010101011100011101010100110001110110100011011101011101110101100111111100001011100 | eeab8ea98ed1baeeb3f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)