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 | ?FK | 001111110100011001001011 | 3f464b |
SJIS-WIN | ?FK | 001111110100011001001011 | 3f464b |
EUC-JP | ?FK | 001111110100011001001011 | 3f464b |
UTF-8 | 첬FK | 1110110010110010101011000100011001001011 | ecb2ac464b |
UHC | 첬FK | 11000011101110100100011001001011 | c3ba464b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)