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 | ?G\ | 001111110100011101011100 | 3f475c |
SJIS-WIN | ?G\ | 001111110100011101011100 | 3f475c |
EUC-JP | ?G\ | 001111110100011101011100 | 3f475c |
UTF-8 | 챔G\ | 1110110010110001100101000100011101011100 | ecb194475c |
UHC | 챔G\ | 11000011101010000100011101011100 | c3a8475c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)