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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 症ヲ」鮖ソP | 1000111111000111101001101010001111101001101110011011111101010000 | 8fc7a6a3e9b9bf50 |
EUC-JP | 症ヲ」鮖ソP | 1011111011001001100011101010011010001110101000111111001010111011100011101011111101010000 | bec98ea68ea3f2bb8ebf50 |
UTF-8 | 症ヲ」鮖ソP | 11100111100101111000011111101111101111011010011011101111101111011010001111101001101011101001011011101111101111011011111101010000 | e79787efbda6efbda3e9ae96efbdbf50 |
UHC | 症????P | 11110001111110000011111100111111001111110011111101010000 | f1f83f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)