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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 症マシュ\ | 100011111100011111001111101111001010110101011100 | 8fc7cfbcad5c |
EUC-JP | 症マシュ\ | 101111101100100110001110110011111000111010111100100011101010110101011100 | bec98ecf8ebc8ead5c |
UTF-8 | 症マシュ\ | 11100111100101111000011111101111101111101000111111101111101111011011110011101111101111011010110101011100 | e79787efbe8fefbdbcefbdad5c |
UHC | 症???\ | 111100011111100000111111001111110011111101011100 | f1f83f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)