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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 苑裸 | 10001001100100011001011110000111 | 89919787 |
EUC-JP | 苑裸 | 10110001111100011100110111100111 | b1f1cde7 |
UTF-8 | 苑裸 | 111010001000101110010001111010001010001110111000 | e88b91e8a3b8 |
UHC | 苑裸 | 11101010101111011101010110100011 | eabdd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)