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 | 臾?М??\ | 1110010001101011001111111000010001001101001111110011111101011100 | e46b3f844d3f3f5c |
EUC-JP | 臾?М??\ | 1110011111001100001111111010011110101110001111110011111101011100 | e7cc3fa7ae3f3f5c |
UTF-8 | 臾노М紐퓓\ | 111010001000011110111110111010111000010110111000110100001001110011101111101001111000111111101101100100111001001101011100 | e887beeb85b8d09cefa78fed93935c |
UHC | 臾노М紐퓓\ | 1110101110101100101100111110101110101100101011101110101110101010101111110111100101011100 | ebacb3ebacaeebaabf795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)