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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 毬痞C | 1001111101111011111000010111110001000011 | 9f7be17c43 |
EUC-JP | 毬痞C | 1101110111011100111000011101110101000011 | dddce1dd43 |
UTF-8 | 毬痞C | 11100110101011111010110011100111100101111001111001000011 | e6aface7979e43 |
UHC | 毬?C | 11001111101100110011111101000011 | cfb33f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)