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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 脱短~ | 1001001001000101100100100101101001111110 | 9245925a7e |
EUC-JP | 脱短~ | 1100001110100110110000111011101101111110 | c3a6c3bb7e |
UTF-8 | 脱短~ | 11101000100001001011000111100111100111111010110101111110 | e884b1e79fad7e |
UHC | ?短~ | 00111111110100111010110101111110 | 3fd3ad7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)