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 | 1001000110110100100100100100101101000011 | 91b4924b43 |
EUC-JP | 其狸C | 1100001010110110110000111010110001000011 | c2b6c3ac43 |
UTF-8 | 其狸C | 11100101100001011011011011100111100010111011100001000011 | e585b6e78bb843 |
UHC | 其狸C | 1101000011101100110101111110000101000011 | d0ecd7e143 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)