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 | ?r]H | 00111111011100100101110101001000 | 3f725d48 |
SJIS-WIN | 楔r]H | 1001111010110110011100100101110101001000 | 9eb6725d48 |
EUC-JP | 楔r]H | 1101110010111000011100100101110101001000 | dcb8725d48 |
UTF-8 | 楔r]H | 111001101010010110010100011100100101110101001000 | e6a594725d48 |
UHC | 楔r]H | 1110000011011011011100100101110101001000 | e0db725d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)