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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珮珮 | 111000001110000111110010110011111110000011100001 | e0e1f2cfe0e1 |
EUC-JP | 珮?珮 | 1110000011100011001111111110000011100011 | e0e33fe0e3 |
UTF-8 | 珮珮 | 111001111000111110101110111011101000100010000110111001111000111110101110 | e78faeee8886e78fae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)