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 | µÞ»È | 1011010111011110100011111011101111001000 | b5de8fbbc8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Þ??È | 001111111000111110101001101100000011111100111111100011111010101010110010 | 3f8fa9b03f3f8faab2 |
UTF-8 | µÞ»È | 11000010101101011100001110011110110000101000111111000010101110111100001110001000 | c2b5c39ec28fc2bbc388 |
UHC | ?Þ??? | 001111111010100010101101001111110011111100111111 | 3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)